Merge remote-tracking branch 'origin/master'
Conflicts: Example/TabBarPicker/TabBarPickerViewController.m Pod/Classes/TabBarItem.m Pod/Classes/TabBarPicker.m Pod/Classes/TabBarPickerSubItemsView.h Pod/Classes/TabBarPickerSubItemsView.m Pod/Classes/TabBarSubItem.h Pod/Classes/TabBarSubItem.m
This commit is contained in:
commit
1d48a97fdc
@ -4,6 +4,7 @@ use_frameworks!
|
||||
inhibit_all_warnings!
|
||||
pod 'PureLayout'
|
||||
pod 'pop', '~> 1.0'
|
||||
pod 'UIView-Overlay'
|
||||
pod 'UIActionSheet-Blocks'
|
||||
pod 'UIAlertViewBlockExtension'
|
||||
|
||||
|
||||
@ -45,7 +45,7 @@ typedef enum {
|
||||
// Time it takes to scroll to next page
|
||||
@property (nonatomic) CGFloat scrollingTime;
|
||||
|
||||
@property (nonatomic) NSUInteger currentPage;
|
||||
@property (nonatomic) NSInteger currentPage;
|
||||
|
||||
@property (nonatomic, assign) id<MMCPSScrollViewDelegate> MMCPSDelegate;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user