Walkthrough Kal Calendar

I am new to obj c and I do not understand how to use Kal Calendar. Anyone want to help the new application developer go through the process? I installed it in my application, but I don’t know how to use it. I understand that if you don’t answer, I can’t find any tutorials on it, and Google helped a little.

I use ios5, storyboards and arcs. Thanks in advance.

I had to subclass a calendar using storyboards, is this the best way? I cannot get it to display using navbar in any other way.

UPDATED - I don't think subclass is the way to go, but I'm still working on a solution

+5
source share
1 answer

, (KalViewController). - KalViewControllerDelegate . KalViewController , , iOS 5. KalViewController popover ( iPad). , (UIBarButtonItem). - .

: :

on

- (void)presentingDatesFrom:(NSDate *)fromDate to:(NSDate *)toDate delegate:(id<KalDataSourceCallbacks>)delegate

(, ..). , , [delegate loadedDataSource: self];

- (NSArray *)markedDatesFrom:(NSDate *)fromDate to:(NSDate *)toDate

, (, , ). , , .

- (void)loadItemsFromDate:(NSDate *)fromDate toDate:(NSDate *)toDate

, . , . , , .

, :

- (void)removeAllItems

datasource .

.

+6

All Articles