mirror of
https://github.com/zhigang1992/Progress-backup.git
synced 2026-04-29 03:25:30 +08:00
Make it pretty. add drag to hide or show completed.
This commit is contained in:
@@ -9,10 +9,11 @@
|
||||
#import "GVUserDefaults+Progress.h"
|
||||
|
||||
@implementation GVUserDefaults (Progress)
|
||||
@dynamic firstTimeLaunchApp;
|
||||
@dynamic firstTimeLaunchApp, hideCompleted;
|
||||
|
||||
- (NSDictionary *)setupDefaults{
|
||||
return @{@"firstTimeLaunchApp": @YES};
|
||||
return @{@"firstTimeLaunchApp": @YES,
|
||||
@"hideCompleted": @YES};
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user