IP属地:上海
//文字在靠在最左边 (右边为Right) button.contentHorizontalAlignment =UIControlConten...
NSString *testStr = @"abcedf"; NSLog(@"%@",[testStr uppercaseString]);/...
第一种方案: AppDelegate * appDelegate = (AppDelegate *)[UIApplication share...
第一种方法 (比较简单,一行搞定) [self.view.subviews makeObjectsPerformSelector:@select...
将string字符串转换为array数组 NSArray *array = [str componentsSeparatedByString:@...
UILabel *label1 = [[UILabel alloc] initWithFrame:CGRectMake(100, 100, 20...
//九宫格算法。 /* 计算步骤 1,确定每个app的宽和高 2,计算marginX,marginY, marginTop 3,计算每个app所...
新建项目 command+shift+n 新建文件 command+n 新建空文件 command+control+n 打开 command+o...