https://www.doc88.com/p-1354840009810.html 157203155
UIButton*button=[[UIButton alloc]initWithFrame:CGRectMake(100,100,200,40)];button.backg...
https://www.jianshu.com/p/e1284bd8c72a 细节 https://blog.csdn.net/u012189584/article/deta...
//@property (nonatomic , strong) UIScrollView * historyScrollView; //-(UIScrollView *)h...
NSArray *array1 = @[@"1",@"2",@"3"]; NSArray *array2 = @[@"1",@"5",@"6"]; NSMutableSet ...
Img.contentMode = UIViewContentModeScaleAspectFill; Img.clipsToBounds = true;
if (self.presentingViewController) { [self dismissViewControllerAnimated:YES comp...
进入路径,执行命令:du -sh *
xxxModel*model=[[xxxModel alloc]initWithDictionary:responseObject[@"data"]error:nil];
git config--globalhttp.postBuffer524288000 此文字为转载,原文地址:https://www.jianshu.com/p/49143a...
NSAttributedString* tfPhoneAttibutedString = [[NSAttributedStringalloc]initWithStri...
此段落为节选, 原地址为:https://www.jianshu.com/p/d480c88b5e94 Xcode - Build Setting - Prefix Head...
CAGradientLayer *gradientLayer = [CAGradientLayer layer]; UIColor* colA = [UIColorc...
抗压缩 下图为截图。 原文地址:https://www.cnblogs.com/junhuawang/p/5691302.html
文章为转载, 原文地址 : https://www.jianshu.com/p/4bdbaa7bed5e 方法一:通过判断self有没有present方式显示的父视图pres...
iOS 中常用的几种函数 (向上,向下,四舍五入)取整, 总算是理解了 ceil(x)返回不小于x的最小整数值(然后转换为double型)。 floor(x)返回不大于x的最...
颜色 NSString* priceString = [NSStringstringWithFormat:@"%@",model.Id]; NSMutableAttr...
https://www.jianshu.com/p/7562a30c24c5 此文章问转载, 原文地址如上 RACCommand作用: RAC中用于处理事件的类,可以把事件如...
侧滑 willMoveToParentViewController