IOS学习
文章平均质量分 54
时_光
不仔细,会想死
展开
-
IOS学习之UIWindow
UIWindow原创 2015-01-08 21:12:08 · 378 阅读 · 0 评论 -
IOS学习之计算文字的尺寸
IOS学习之计算文字的尺寸原创 2015-01-03 14:10:32 · 397 阅读 · 0 评论 -
IOS学习之返回可以随意拉伸并且不变形的图片
IOS学习之返回可以随意拉伸并且不变形的图片原创 2015-01-03 14:16:30 · 337 阅读 · 0 评论 -
IOS学习之UINavigationController
IOS学习之UINavigationController原创 2015-01-20 00:06:26 · 405 阅读 · 0 评论 -
IOS学习之数据存储
数据存储之plist /** * 存储plist */ - (void) savePlist { // 1.获得沙盒跟路径 NSString *home = NSHomeDirectory(); // 2.document路径 NSString *path = [home stringByAppendingPathComponen原创 2015-01-20 00:17:31 · 358 阅读 · 0 评论 -
IOS学习之Segue
IOS学习之Segue原创 2015-01-20 00:07:04 · 532 阅读 · 0 评论 -
IOS学习之UITableView
UITableView的常见属性及数据源和代理方法原创 2014-12-27 00:33:42 · 326 阅读 · 0 评论 -
IOS学习之UITabBarController和UITabBarButton
IOS学习之UITabBarController和UITabBarButton原创 2015-01-20 23:21:50 · 1721 阅读 · 0 评论 -
IOS学习之UIScrollView
IOS学习之UIScrollView UIScrollView的常见属性原创 2014-12-25 00:26:44 · 363 阅读 · 0 评论 -
IOS学习之UIApplication
UIApplication的使用原创 2015-01-08 21:05:02 · 366 阅读 · 0 评论 -
IOS学习之Quartz2D
Quartz2D原创 2015-01-22 23:49:55 · 462 阅读 · 0 评论