ios
nightSin
这个作者很懒,什么都没留下…
展开
-
IOS之UITableView使用
使用TableView显示数据时,需要sh原创 2014-10-26 06:20:16 · 525 阅读 · 0 评论 -
IOS之UIPickerView的使用简单介绍
要设置数据源方法,设置代理方法; 重写 numberOfComponentsInPickerView原创 2014-10-25 11:58:33 · 596 阅读 · 0 评论 -
iOS之tableView优化
重写-(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)原创 2014-10-12 10:17:50 · 457 阅读 · 0 评论 -
IOS之界面间传值
在storyboard中,2个界面通过modal方式连接 ;原创 2014-10-12 11:38:47 · 550 阅读 · 0 评论 -
oc_语法1
方法的声明和实现,都必须以+或-开头; + : 表示le原创 2014-07-23 08:18:39 · 539 阅读 · 0 评论 -
iOS之代码创建button
在storyBoard连线的时候,方法返回值是IBAction,所谓IBAction就是可以连线的void UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom]; [button setFrame:CGRectMake(110.0, 220.0, 100.0, 4原创 2015-10-21 21:37:07 · 603 阅读 · 0 评论 -
oc_内存管理
任何继承了NSObject的对象,都需要管理内存;对基本数据类型无效。 yua原创 2014-07-25 07:19:51 · 539 阅读 · 0 评论