//文字在靠在最左边 (右边为Right) button.contentHorizontalAlignment =UIControlContentHorizontalAlig...
//文字在靠在最左边 (右边为Right) button.contentHorizontalAlignment =UIControlContentHorizontalAlig...
NSString *testStr = @"abcedf"; NSLog(@"%@",[testStr uppercaseString]);//全部大写 NSLog...
第一种方案: AppDelegate * appDelegate = (AppDelegate *)[UIApplication sharedApplication].d...
第一种方法 (比较简单,一行搞定) [self.view.subviews makeObjectsPerformSelector:@selector(removeFromSu...
将string字符串转换为array数组 NSArray *array = [str componentsSeparatedByString:@","];--分隔符 将arr...
UILabel *label1 = [[UILabel alloc] initWithFrame:CGRectMake(100, 100, 200, 30)]; labe...