Compare commits

..

1 Commits

Author SHA1 Message Date
Grigory Ulanov c2b2513230 new pod version 2017-01-26 13:45:58 +03:00
2 changed files with 1 additions and 7 deletions

View File

@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.author = { 'Arun Nair' => 'nairteashop@gmail.com' }
s.platform = :ios
s.source = { :git => 'https://github.com/TouchInstinct/NTMonthYearPicker.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/nairteashop/NTMonthYearPicker.git', :tag => s.version.to_s }
s.source_files = 'NTMonthYearPicker/*.{h,m}'
s.requires_arc = true
end

View File

@ -407,12 +407,6 @@ numberOfRowsInComponent:(NSInteger)component {
[self sendActionsForControlEvents:UIControlEventValueChanged];
}
- (void)layoutSubviews {
[super layoutSubviews];
_pickerView.frame = self.bounds;
}
#pragma mark - NTMonthYearPicker API
- (NTMonthYearPickerMode)datePickerMode {