动态添加UIButton,传参数 IOS 笔记Leave a Comment on 动态添加UIButton,传参数 – (void)viewDidLoad { [super viewDidLoad]; NSInte ... Read More
UIScrollView与UIPageControl IOS 笔记Leave a Comment on UIScrollView与UIPageControl 关键代码如下: #import “B3ViewController.h” ... Read More
设计必看App参考手册 IOS 笔记Leave a Comment on 设计必看App参考手册 开发者不懂图形设计,设计师讨厌返工。本参考手册旨在帮助设计师制作超赞的ios App设计,并且告诉设计师如何为 ... Read More
ios StoryBoard定制表单元 IOS 笔记Leave a Comment on ios StoryBoard定制表单元 (将Lable标签的tag设置为30,在属性检查器里设置哦亲。) cellForRowAtIndexPath方 ... Read More
iOS导航栏、标签栏 IOS 笔记Leave a Comment on iOS导航栏、标签栏 View1 *view1 = [[View1 alloc]init]; myNav1 = [[UINaviga ... Read More
objective-c协议(protocol) IOS 笔记Leave a Comment on objective-c协议(protocol) 协议(protocol) FlyTest.h文件 // Fl ... Read More
oc中继承、方法重写及super的使用 IOS 笔记Leave a Comment on oc中继承、方法重写及super的使用 继承-方法重写及super的使用 ClassA.h文件 //   ... Read More