Skip to content

Commit

Permalink
Now correctly handles being hidden both by tabBar.hidden = YES; as we…
Browse files Browse the repository at this point in the history
…ll as having a view controller hide the tabBar on push. Updated README and Podspec.
  • Loading branch information
bfeher committed Oct 8, 2014
1 parent f720aa2 commit d77d57e
Show file tree
Hide file tree
Showing 11 changed files with 593 additions and 146 deletions.
4 changes: 2 additions & 2 deletions BFPaperTabBarController.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "BFPaperTabBarController"
s.version = "1.4.1"
s.version = "1.4.3"
s.summary = "iOS UITabBar inspired by Google's Paper Material Design."
s.homepage = "https://github.com/bfeher/BFPaperTabBar"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Bence Feher" => "ben.feher@gmail.com" }
s.source = { :git => "https://github.com/bfeher/BFPaperTabBarController.git", :tag => "1.4.1" }
s.source = { :git => "https://github.com/bfeher/BFPaperTabBarController.git", :tag => "1.4.3" }
s.platform = :ios, '7.0'
s.dependency 'UIColor+BFPaperColors'

Expand Down
6 changes: 6 additions & 0 deletions BFPaperTabBarController.xcodeproj/project.pbxproj
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
F443AA6219E504BF00296483 /* PushTestViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F443AA6119E504BF00296483 /* PushTestViewController.m */; };
F46F2D1019E3A24F00226ADC /* iPad.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F46F2D0F19E3A24F00226ADC /* iPad.storyboard */; };
F46F2D1119E3A24F00226ADC /* iPad.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F46F2D0F19E3A24F00226ADC /* iPad.storyboard */; };
F497CC7819A32F35002B3127 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F497CC7719A32F35002B3127 /* Foundation.framework */; };
Expand Down Expand Up @@ -42,6 +43,8 @@
/* Begin PBXFileReference section */
4A09EF99FADC41758EDFBA95 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
74003932538242618BBC2CED /* Pods.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.xcconfig; path = Pods/Pods.xcconfig; sourceTree = "<group>"; };
F443AA6019E504BF00296483 /* PushTestViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PushTestViewController.h; sourceTree = "<group>"; };
F443AA6119E504BF00296483 /* PushTestViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PushTestViewController.m; sourceTree = "<group>"; };
F46F2D0F19E3A24F00226ADC /* iPad.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = iPad.storyboard; sourceTree = "<group>"; };
F497CC7419A32F35002B3127 /* BFPaperTabBarController.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BFPaperTabBarController.app; sourceTree = BUILT_PRODUCTS_DIR; };
F497CC7719A32F35002B3127 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -96,6 +99,8 @@
F497CC6B19A32F35002B3127 = {
isa = PBXGroup;
children = (
F443AA6019E504BF00296483 /* PushTestViewController.h */,
F443AA6119E504BF00296483 /* PushTestViewController.m */,
F497CC7D19A32F35002B3127 /* BFPaperTabBarController */,
F497CC9C19A32F36002B3127 /* BFPaperTabBarControllerTests */,
F497CC7619A32F35002B3127 /* Frameworks */,
Expand Down Expand Up @@ -318,6 +323,7 @@
files = (
F497CCAE19A32FAA002B3127 /* BFPaperTabBarController.m in Sources */,
F497CC8419A32F35002B3127 /* main.m in Sources */,
F443AA6219E504BF00296483 /* PushTestViewController.m in Sources */,
F4F2CAB219A5BE1900385596 /* DemoTabBarController.m in Sources */,
F497CC8819A32F35002B3127 /* BFPaperAppDelegate.m in Sources */,
F4BFBD3519C3D0D900BE0E02 /* TestViewController.m in Sources */,
Expand Down
Binary file not shown.
Expand Up @@ -10,14 +10,30 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Classes/BFPaperTabBarController.m"
timestampString = "434362003.682208"
timestampString = "434448359.039884"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "347"
endingLineNumber = "347"
startingLineNumber = "397"
endingLineNumber = "397"
landmarkName = "-selectTabForPoint:"
landmarkType = "5">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Classes/BFPaperTabBarController.m"
timestampString = "434448738.726638"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "166"
endingLineNumber = "166"
landmarkName = "-setupBFPaperTabBarController"
landmarkType = "5">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>
2 changes: 1 addition & 1 deletion BFPaperTabBarController/BFPaperTabBarController-Info.plist
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>3</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIMainStoryboardFile</key>
Expand Down

0 comments on commit d77d57e

Please sign in to comment.