objc-TimesSquare
objc-TimesSquare copied to clipboard
iOS 8 update
Any plans to update this pod for iOS 8?
Hi, pretty please update for iOS8 deprecations? Most are trivial changes, the ones that took some checking were
TSQCalendarView.m:tableView numberOfRowsInSection: NSRange rangeOfWeeks = [self.calendar rangeOfUnit:NSCalendarUnitWeekOfYear inUnit:NSCalendarUnitMonth forDate:firstOfMonth];
TSQCalendarView.m:tableView numberOfRowsInSection: NSRange rangeOfWeeks = [self.calendar rangeOfUnit:NSCalendarUnitWeekOfYear inUnit:NSCalendarUnitMonth forDate:firstOfMonth];
Thanks for lovely library that saved me loads of time!