摘要:
//获取拼音首字母- (NSString *)firstCharactor:(NSString *)aString{ //转成了可变字符串 NSMutableString *str = [NSMutableString stringWithString:aString]; //先转换为带声调的拼音 ... 阅读全文
摘要:
#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... 阅读全文