摘要: 一、大小写转换1、- (NSString *)uppercaseString; 所有字符转化为大写2、- (NSString *)lowercaseString; 所有字符转化为小写3、- (NSString *)capitalizedString; 所有单词首字母转化大写NSLog(@"%@", ... 阅读全文
posted @ 2014-08-20 22:17 sunxiang1991 阅读(205) 评论(0) 推荐(0)
摘要: #import "ViewController.h"@interface ViewController (){ UIView *view; UIView *view0; int i;}@end@implementation ViewController - (... 阅读全文
posted @ 2014-08-20 20:30 sunxiang1991 阅读(110) 评论(0) 推荐(0)