I want to use Kal for my tab view application. It has already got 3 tabs, News, Calendar and About us. I’m fairly new to Objective-C aswell.
I think I have integrated Kal properly, it doesn’t throw any errors when importing it.
How would I actually go about adding it to my SecondViewController though? From what I’ve understood, the example provided in the documentation just shows the calendar immediately on startup, which is not what I want. I have also checked out the Holiday example app, which also shows the calendar immediately.
Thanks in advance
You would simply add it in the viewdidload of your secondViewController:
You also need to make sure that you include the calendar viewcontroller as a child viewcontroller to ensure that the viewcontroller hierarchy is valid.