码迷,mamicode.com
首页 >  
搜索关键字:ios gcd    ( 59730个结果
IOS GCD
UIButton * btn = [[UIButton alloc]initWithFrame:CGRectMake(100, 100, 100, 100)]; [btn setTitle:@"default"forState:UIControlStateNormal]; btn.bac...
分类:移动开发   时间:2014-05-05 10:25:57    阅读次数:514
iOS开发之UILabel
UILabel是iOS开发中常用的一个组件,主要用来显示内容。UILabel的主要使用如下:```objc /*尺寸*/ CGRect labelRect = CGRectMake(100, 100, 80, 40); /*初始化*/ UILabel *titleLabel = [[UILabel ...
分类:移动开发   时间:2014-05-05 10:23:04    阅读次数:467
iOS Foundation 框架中 Mutable 的类们
iOS Foundation 框架中 Mutable 的类们...
分类:移动开发   时间:2014-05-04 18:49:53    阅读次数:493
IOS-沙盒机制(一 简述)
IOS 沙盒机制简述。...
分类:移动开发   时间:2014-05-04 18:36:15    阅读次数:471
IOS-沙盒机制(二 文件读写)
IOS文件读写及其操作封装。...
分类:移动开发   时间:2014-05-04 18:35:42    阅读次数:587
iOS 捕获系统外异常
iOS 捕获系统外异常...
分类:移动开发   时间:2014-05-04 18:08:35    阅读次数:375
iOS 捕获未知方法的调用,避勉抛出异常
iOS 捕获未知方法的调用,避勉抛出异常...
分类:移动开发   时间:2014-05-04 18:08:03    阅读次数:350
iOS 获取当前时间格式化字符串
iOS 获取当前时间格式化字符串...
分类:移动开发   时间:2014-05-04 18:06:13    阅读次数:401
IOS -AFNetworking 简介及使用
IOS AFNetworking开源框架的介绍和使用。...
分类:移动开发   时间:2014-05-04 17:39:27    阅读次数:530
IOS-本地存储-NSUserDefaults
UserDefaults的使用。...
分类:移动开发   时间:2014-05-04 17:39:01    阅读次数:381
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!