¡@

Home 

2014/10/15 ¤U¤È 10:11:46

iphone Programming Glossary: mykindofwindowdelegate

Detect if the user has touched the screen

http://stackoverflow.com/questions/9251174/detect-if-the-user-has-touched-the-screen

persistentStoreCoordinator void saveContext NSURL applicationDocumentsDirectory @end @protocol MyKindOfWindowDelegate @interface MyKindOfWindow UIWindow NSTimer tenthTimer NSInteger tenthPast @property nonatomic assign id MyKindOfWindowDelegate.. @interface MyKindOfWindow UIWindow NSTimer tenthTimer NSInteger tenthPast @property nonatomic assign id MyKindOfWindowDelegate touchDelegate void startTimer void stopTimer void timerTick @end @protocol MyKindOfWindowDelegate NSObject @required void.. nonatomic assign id MyKindOfWindowDelegate touchDelegate void startTimer void stopTimer void timerTick @end @protocol MyKindOfWindowDelegate NSObject @required void noTouchForFiveSeconds @end .mmmm #import PageFlipperAppDelegate.h @implementation PageFlipperAppDelegate..