Skip to content

Complete MVC calendar component with a grid view ( regular calendar view ) or tableview

Notifications You must be signed in to change notification settings

imfractured/NGCalendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NGCalendar

Example Usage:

NGCalendarModel *calModel = [[NGCalendarModel alloc] init];

SubclassedTable *calTable = [[SubclassedTable alloc] initWithFrame:CGRectMake(10,10,400,400) andModel:calModel];
calTable.showHeader = YES;
[self.view addSubview:calTable];

SubclassedGrid *calGrid = [[SubclassedGrid alloc] initWithFrame:CGRectMake(500,10,400,400) andModel:calModel];
//calGrid.scrollEnabled = NO;
[self.view addSubview:calGrid];

About

Complete MVC calendar component with a grid view ( regular calendar view ) or tableview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published