I am looking to have a calendar control in one of the view controllers in my app. I have looked around and found Kal and Tapku as the popular ones. I was able to integrate Kal into my project, but it doesn't seem to be doing what I want to.
What I am looking for is - 1. The font color, cell color, font bold/italics etc. should be customizable through the API. 2. I should be able to segue to another view controller from any cell (i.e. date) 3. I should be able to display some more controls on the screen.. such as a few labels, etc.
Is it possible to get any such pre-existing 3rd party calendar control which I can customize to suit my needs? Or would I need to create my own calendar control?