上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 49 下一页

2016年3月13日

ios framework 开发

摘要: ios framework 开发 之 参考 ios framework 开发 之 实战 iOS workspace 依次编译多个工程 阅读全文

posted @ 2016-03-13 22:16 大木哥 阅读(143) 评论(0) 推荐(0) 编辑

2016年3月10日

iOS 导航栏不可点击

摘要: self.navigationController.navigationBar.userInteractionEnabled = NO; 阅读全文

posted @ 2016-03-10 06:11 大木哥 阅读(422) 评论(0) 推荐(0) 编辑

2016年3月3日

Xcode7中 添加 .dylib

摘要: 转一个 Xcode 7 缺少 *.dylib库的解决方法 Xcode7中 Link Binary With Libraries 没有 .dylib库,只能找到对应的 .tbd,但不能代替使用,通过查找资料,尝试后得到以下两种解决方法。 方法1. (heqin测试可行)在项目Target中的Link 阅读全文

posted @ 2016-03-03 10:47 大木哥 阅读(337) 评论(0) 推荐(0) 编辑

2016年3月1日

iOS 选择框 单选框

摘要: UIButton *checkbox = [UIButton buttonWithType:UIButtonTypeCustom]; CGRect checkboxRect = CGRectMake(135,150,36,36); [checkbox setFrame:checkboxRect]; 阅读全文

posted @ 2016-03-01 16:53 大木哥 阅读(1921) 评论(0) 推荐(0) 编辑

2016年2月29日

Xcode 之 snippet 代码重用

摘要: 1. 选中代码 2. 拖入xcode 右下侧的 snippet 区域 3. 修改名称 4. 修改快捷输入 (shortcut) 5. <#content#> ,可选修改项 阅读全文

posted @ 2016-02-29 16:17 大木哥 阅读(233) 评论(0) 推荐(0) 编辑

2016年2月21日

Axure学习二:基础教程

摘要: 1 阅读全文

posted @ 2016-02-21 22:13 大木哥 阅读(173) 评论(0) 推荐(0) 编辑

Axure 学习一:基础知识详解参考文档

摘要: 默认部件库详解 阅读全文

posted @ 2016-02-21 21:33 大木哥 阅读(269) 评论(0) 推荐(0) 编辑

2016年1月30日

iOS 加载动态库报错问题

摘要: dyld: Library not loaded: @rpath Referenced from: Reason: no suitable image found. Did find: 要么使用静态库,要么General -> Embedded Binaries 阅读全文

posted @ 2016-01-30 03:33 大木哥 阅读(629) 评论(0) 推荐(0) 编辑

2016年1月29日

iOS 9 之 Spotlight框架

摘要: http://www.cocoachina.com/ios/20160128/15163.html 阅读全文

posted @ 2016-01-29 09:45 大木哥 阅读(178) 评论(0) 推荐(0) 编辑

iOS 之 新功能、扩展

摘要: iOS 9 之 Spotlight框架 阅读全文

posted @ 2016-01-29 09:34 大木哥 阅读(127) 评论(0) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 49 下一页

导航