上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 49 下一页

2015年12月2日

iOS 之 UICollectionView

摘要: 1. iOS 之 UICollectionView 之 原理介绍2. iOS 之 UICollectionView 之 开发步骤 之 OC3. iOS 之 UICollectionView 之 开发步骤 之 Swift 阅读全文

posted @ 2015-12-02 18:31 大木哥 阅读(143) 评论(0) 推荐(0) 编辑

iOS 之UICollectionView 开发步骤 之 Swift

摘要: 占坑中... 阅读全文

posted @ 2015-12-02 18:29 大木哥 阅读(298) 评论(0) 推荐(0) 编辑

iOS 之UICollectionView 开发步骤 之 OC

摘要: 说起来容易做起来难。 那么我就不说了,来做吧。这就是我的style。 鉴于现在的主流还是OC,那么示例程序还用OC来写,后续补写Swift程序,这里先占个坑。 废话不多说,下面开发步骤来了:1. 创建程序 万事开头难,先创建一个程序吧,我写完这句话就去创建。取名就叫testCollect... 阅读全文

posted @ 2015-12-02 17:43 大木哥 阅读(1954) 评论(0) 推荐(0) 编辑

2015年12月1日

iOS 之UICollectionView 之原理介绍

摘要: 0. 简介 参考:支持重排的iOS9 UICollectionView 参考:http://www.cnblogs.com/langtianya/p/3902801.html 参考:http://www.cnblogs.com/ios8/p/iOS-UICollectionView.html ... 阅读全文

posted @ 2015-12-01 19:20 大木哥 阅读(2267) 评论(1) 推荐(0) 编辑

iOS 单例

摘要: 1. 单例模式原理1.1. 概念 系统中的一个类,只有一个实例,易于外界访问。 示例:[[UIApplication sharedApplication] statusBarStyle];[NSNotificationCenter defaultCenter];[NSUserDefaults s... 阅读全文

posted @ 2015-12-01 14:42 大木哥 阅读(227) 评论(0) 推荐(0) 编辑

iOS 属性之assign、copy、retain

摘要: 参考自:http://blog.csdn.net/getchance/article/details/42213219参考自:http://zhidao.baidu.com/link?url=XmnMR3xF_eXzyc54ERF0orFFWFqOpGohE2zHI0M4LFYJEXOrs_KDAn... 阅读全文

posted @ 2015-12-01 11:40 大木哥 阅读(207) 评论(0) 推荐(0) 编辑

iOS 多线程

摘要: 0. 多线程简介 参考:http://blog.csdn.net/shenjie12345678/article/details/44152605 现在的CPU都是多核心的,即是是单核也可能模拟出多核心效果。当有多个任务执行时,多线程就变得很重要。多线程分为两种,一种是并发,一种是并行。所谓并发... 阅读全文

posted @ 2015-12-01 09:25 大木哥 阅读(162) 评论(0) 推荐(0) 编辑

2015年11月30日

iOS 程序初始一个带导航栏的视图

摘要: @synthesize window = _window;@synthesize rootViewController = _rootViewController;- (BOOL)application:(UIApplication *)application didFinishLaunchingW... 阅读全文

posted @ 2015-11-30 20:25 大木哥 阅读(261) 评论(0) 推荐(0) 编辑

2015年11月29日

iOS 之 Aggregate Target

摘要: 工程导航栏>选中工程>菜单File>New>Target>Other>Aggregate 阅读全文

posted @ 2015-11-29 19:36 大木哥 阅读(636) 评论(0) 推荐(0) 编辑

iOS 英语

摘要: allocation:分配 agrregate :聚合,聚集,总计。在iOS中是一种文件类型。 atomically:原子级的 archiver:归档。例如,oc专门有归档类NSKeyedArchiver attachment:附件、附属物 availability:有效的,有用的 avoid:避免 阅读全文

posted @ 2015-11-29 19:34 大木哥 阅读(216) 评论(0) 推荐(0) 编辑

上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 49 下一页

导航