Skip to content

Commit

Permalink
add: 为custom TabbarController提示一个window API
Browse files Browse the repository at this point in the history
  • Loading branch information
jkcmcby committed Feb 6, 2015
1 parent a688dd3 commit 0aaee22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DTTabBarController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DTTabBarController'
s.version = '2.0.8'
s.version = '2.0.9'
s.platform = :ios
s.ios.deployment_target = '6.0'
s.summary = 'Fork from https://github.com/mhaddl/MHCustomTabBarController. Implement the iOS native hidesBottomBarWhenPushed property'
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
}
s.source = {
:git => 'https://github.com/Vienta/MHCustomTabBarController.git',
:tag => '2.0.8'
:tag => '2.0.9'
}
s.source_files = 'MHCustomTabBarController/*.{m,h}'
end
1 change: 1 addition & 0 deletions MHCustomTabBarController/MHCustomTabBarController.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ extern NSString *const MHCustomTabBarControllerViewControllerAlreadyVisibleNotif
@property (weak, nonatomic) IBOutlet UIView *container;
@property (nonatomic) IBOutletCollection(UIButton) NSArray *buttons;
@property (weak, nonatomic) IBOutlet UIView *tabbar;
@property (strong, nonatomic) IBOutlet UIView *window;

@end

0 comments on commit 0aaee22

Please sign in to comment.