摘要: #import "RootViewController.h"@interface RootViewController (){ UILabel *scoreLabel;}@end@implementation RootViewController- (void)viewDidLoad { [supe... 阅读全文
posted @ 2015-03-26 09:23 Dived 阅读(128) 评论(0) 推荐(0) 编辑
摘要: #import "RootViewController.h"@interface RootViewController (){ UIImageView *imageView; NSInteger number;//用于存放图片的名字 BOOL flag;//用于标记当前是哪张图片}@end@impl... 阅读全文
posted @ 2015-03-26 09:17 Dived 阅读(475) 评论(0) 推荐(0) 编辑