ashish0309 / CalendarWithAgendaView

A screen with Calendar view at the top and Agenda view at bottom. Both views are tightly coupled, selection/scroll in one view correspondingly changes the other view.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CalendarWithAgendaScreen

A screen with Calendar view at the top and Agenda view at bottom.

Demo

Usage

Similar screen can be easily implemented in any app by just dragging the whole contents of the app, and changing the name of the viewcontroller and its implementation. Demo app has static data provided.

For dynamic data, init ASAgendaDataSource class with dictionary with the required data, and then pass created ASAgendaDataSource instance to ASAgendaView class instance.

Test cases are added for important scenarios.

About

A screen with Calendar view at the top and Agenda view at bottom. Both views are tightly coupled, selection/scroll in one view correspondingly changes the other view.

License:MIT License


Languages

Language:Objective-C 100.0%