Version Bump 2.0.0

Version Bump 2.0.0
This commit is contained in:
dingwenchao
2016-03-17 22:55:42 +08:00
parent af7dc4d9e6
commit aaf59dab8c
9 changed files with 24 additions and 17 deletions
+2 -1
View File
@@ -50,13 +50,14 @@
[super viewDidLoad];
[self.calendar selectDate:[self.calendar tomorrowOfDate:[NSDate date]]];
/*
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
[self.calendar setScope:FSCalendarScopeWeek animated:YES];
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
[self.calendar setScope:FSCalendarScopeMonth animated:YES];
});
});
*/
}