随笔分类 -  IOS-ObjectC

1 2 3 4 5 下一页

smartSVN 删除目录/仓库
摘要:1. 打开之后,右键项目 ,open in respository browser 2. 在上面有remove 阅读全文

posted @ 2017-11-02 16:18 大木哥 阅读(446) 评论(0) 推荐(0)

smartSVN 分支与合并
摘要:http://blog.csdn.net/yyh3663477/article/details/54375325 阅读全文

posted @ 2017-11-02 16:07 大木哥 阅读(596) 评论(0) 推荐(0)

smartSVN 新建仓库
摘要:1.首先选择 :check out project from repository 2.右键选择新建目录 3.如下图 阅读全文

posted @ 2017-11-02 16:01 大木哥 阅读(834) 评论(0) 推荐(0)

ios xcode开发目录结构
摘要:目录结构 阅读全文

posted @ 2017-05-26 11:30 大木哥 阅读(223) 评论(0) 推荐(0)

ios 动画总述
摘要:参考:http://blog.csdn.net/tangxianhai/article/details/51454026 ios动画,现在知道有两种:UIView动画 和 Core Animation核心动画 阅读全文

posted @ 2017-05-10 09:49 大木哥 阅读(155) 评论(0) 推荐(0)

ios 动画
摘要:ios 动画总述 阅读全文

posted @ 2017-05-10 09:48 大木哥 阅读(102) 评论(0) 推荐(0)

iOS 推送
摘要:手把手教你做iOS推送 阅读全文

posted @ 2016-09-18 10:43 大木哥 阅读(141) 评论(0) 推荐(0)

iOS应用国际化教程(2014版)
摘要:iOS应用国际化教程(2014版) 阅读全文

posted @ 2016-09-18 10:37 大木哥 阅读(117) 评论(0) 推荐(0)

iOS 上面两个角变圆角
摘要:http://www.jianshu.com/p/ddea05e45690 阅读全文

posted @ 2016-08-25 14:28 大木哥 阅读(476) 评论(0) 推荐(0)

iOS 之 byte NSString NSData类型转换
摘要:http://blog.csdn.net/jjunjoe/article/details/7546790 阅读全文

posted @ 2016-06-21 10:09 大木哥 阅读(991) 评论(0) 推荐(0)

iOS 文本属性
摘要:http://blog.csdn.net/hello_hwc/article/details/46731991 阅读全文

posted @ 2016-06-20 15:34 大木哥 阅读(139) 评论(0) 推荐(0)

iOS 导航栏不可点击
摘要:self.navigationController.navigationBar.userInteractionEnabled = NO; 阅读全文

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

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

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

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

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

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

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

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

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

iOS 9 之 Spotlight框架
摘要:http://www.cocoachina.com/ios/20160128/15163.html 阅读全文

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

iOS 之 新功能、扩展
摘要:iOS 9 之 Spotlight框架 阅读全文

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

iOS 之 AFNetworking 3.0
摘要:test 阅读全文

posted @ 2016-01-28 09:55 大木哥 阅读(195) 评论(0) 推荐(0)

Xcode 之 重构功能
摘要:http://www.cocoachina.com/ios/20160127/15097.html 阅读全文

posted @ 2016-01-27 09:58 大木哥 阅读(224) 评论(0) 推荐(0)

1 2 3 4 5 下一页

导航