You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! I implemented the calendar but I have some problems to have a correct render with the header. I can't see the title I set and also the day labels are over the status bar.
The text was updated successfully, but these errors were encountered:
redigloo
changed the title
Cannot see the Title and days label are over navigation status
Cannot see the Title and days label are over status bar
Oct 22, 2015
Hi, @redigloo thanks for your feedback, what's the title do you mean? the title on UINavigationbar? You'd better check out the demo project first, and use PDTSimpleCalendar in the same way.
@redigloo Your view controller is full screen and so overlaps with the status bar. There are multiple way to deal with that. One simple could be to embed the CalendarViewController in a UINavigationController so you can set a title, and the best part is that UINavController will handle the status bar "Management" for you. (The height of the Navigation bar will be 64px or 44px depending on wether or not there is a status bar displayed or not)
Hey! I implemented the calendar but I have some problems to have a correct render with the header. I can't see the title I set and also the day labels are over the status bar.
PDTSimpleCalendarViewController *calendarViewController = [[PDTSimpleCalendarViewController alloc] init];
The text was updated successfully, but these errors were encountered: