摘要:
#import "RootViewController.h"@interface RootViewController (){ UILabel *scoreLabel;}@end@implementation RootViewController- (void)viewDidLoad { [supe... 阅读全文
摘要:
#import "RootViewController.h"@interface RootViewController (){ UIImageView *imageView; NSInteger number;//用于存放图片的名字 BOOL flag;//用于标记当前是哪张图片}@end@impl... 阅读全文