Open andrewt3000 opened 11 years ago
UPD: already fixed: https://github.com/diogovieira/tapkulibrary/commit/802f08cfd7c3dea2832ff28a0a8310c57c30862e
Common issue after use compile with iOS7 SDK, solution:
if ([self respondsToSelector:@selector(setEdgesForExtendedLayout:)]) {
[self setEdgesForExtendedLayout:UIRectEdgeNone];
}
On ios 7, the top of the calendar is cut off by the navigation controls