IP属地:安徽
IOS中UITableView使用总结 一、初始化方法 - (instancetype)initWithFrame:(CGRect)frame ...
iOS对UIViewController生命周期和属性方法的解析 一、引言 作为MVC设计模式中的C,Controller一直扮演着项目开发中最...
一、ScrollView常用方法和属性 @property(nonatomic)CGPointcontentOffset; 设置滚动的偏移量 @...
UIControl 控制 addTarget:action:forControl 添加响应事件(满足什么条件下 让某人调用某方法) UISegm...
一、拖拽 示例代码: 复制代码 1 // 2 // YYViewController.m 3 // 06-拖拽事件 4 // 5 // Crea...
一、UIView常见属性 1.frame 位置和尺寸(以父控件的左上角为原点(0,0)) 2.center 中点(以父控件的左上角为原点(0,0...
//输出helle world NSLog(@"hello world"); //实例化类对象 1,Student *st=[[Student ...