RavenPythia

Results 2 comments of RavenPythia

In XCode 4 it works a lil bit different then before. First of all before using a static library you need to understand how this stuff is integrated. A very...

Hi I have done it by subclassing KalViewController and set a delegate in that custom KalViewController. In that subclass you can override - (void) didSelectDate:(KalDate*) date and use [super didSelectDate:date]...