摘要: //获取拼音首字母- (NSString *)firstCharactor:(NSString *)aString{ //转成了可变字符串 NSMutableString *str = [NSMutableString stringWithString:aString]; //先转换为带声调的拼音 ... 阅读全文
posted @ 2015-03-31 11:49 Dived 阅读(134) 评论(0) 推荐(0) 编辑
摘要: #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) 编辑