Compare commits
1 Commits
master
...
newPodVers
| Author | SHA1 | Date |
|---|---|---|
|
|
c2b2513230 |
|
|
@ -10,7 +10,7 @@ Pod::Spec.new do |s|
|
||||||
s.author = { 'Arun Nair' => 'nairteashop@gmail.com' }
|
s.author = { 'Arun Nair' => 'nairteashop@gmail.com' }
|
||||||
|
|
||||||
s.platform = :ios
|
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.source_files = 'NTMonthYearPicker/*.{h,m}'
|
||||||
s.requires_arc = true
|
s.requires_arc = true
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -407,12 +407,6 @@ numberOfRowsInComponent:(NSInteger)component {
|
||||||
[self sendActionsForControlEvents:UIControlEventValueChanged];
|
[self sendActionsForControlEvents:UIControlEventValueChanged];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)layoutSubviews {
|
|
||||||
[super layoutSubviews];
|
|
||||||
|
|
||||||
_pickerView.frame = self.bounds;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pragma mark - NTMonthYearPicker API
|
#pragma mark - NTMonthYearPicker API
|
||||||
|
|
||||||
- (NTMonthYearPickerMode)datePickerMode {
|
- (NTMonthYearPickerMode)datePickerMode {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue