摘要: UILabel *lable = [[UILabel alloc] initWithFrame:CGRectMake(0, 0, 100, 300)]; lable.text = @"其中俩字是红色,大小为17"; NSRange rangeRmb=[lable.text rangeO... 阅读全文
posted @ 2015-02-12 10:23 NSFuck 阅读(1955) 评论(0) 推荐(0) 编辑
摘要: NSArray *array = [[NSArray alloc] initWithObjects:@"12",@"2",@"3",@"2",@"1",@"5", nil];NSSet *uniqueElements = [ NSSet setWithArray :array ];for (id e... 阅读全文
posted @ 2015-02-07 10:43 NSFuck 阅读(1361) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-02-07 10:39 NSFuck 阅读(665) 评论(0) 推荐(0) 编辑
摘要: 1.打开Xcode 2.点击菜单栏product-scheme-edit scheme 3.点击Options将ApplicationRegion改为中国。4.在模拟器中显示出键盘,点击小地球,选择中文。 阅读全文
posted @ 2015-02-05 15:30 NSFuck 阅读(225) 评论(0) 推荐(0) 编辑