上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 97 下一页

2016年5月30日

在Xcode中如何屏蔽某个源文件的编译警告信息

摘要: 某些时候如果我们的源码在编译过程中出现大量的编译警告时,看起来是挺不爽的;但又确实没办法解决警告问题的时候,我们可以使用下面的方法来屏蔽指定的某个文件的所有警告信息。 1、在Xcode中选中工程文件。 2、在右边面板中选中“Build Phases”。 3、展开“Compile Sources”。 阅读全文

posted @ 2016-05-30 17:28 🌞Bob 阅读(166) 评论(0) 推荐(0) 编辑

Xcode 快捷键-b

摘要: 0.跳到指定行command + L; 1.配置高亮方案:Fonts & Colors 2.键盘快捷键:Key Bindings 3.代码缩进:Re-indent selection。(快捷键CTRL+I) 4.代码自动完成:Table(代码上屏),Esc(打开自动完成列表) 5.command+[ 阅读全文

posted @ 2016-05-30 16:30 🌞Bob 阅读(166) 评论(0) 推荐(0) 编辑

反射

摘要: Class pkClass=NSClassFromString(@"PKAddPassesViewController"); if (pkClass) { NSLog(@"available"); // 如果可以使用,我们可以使用passkit的一些功能 }else { NSLog(@"unavai 阅读全文

posted @ 2016-05-30 16:14 🌞Bob 阅读(109) 评论(0) 推荐(0) 编辑

setNeedsDisplay 和 setNeedsLayout-b

摘要: setNeedsDisplay: Marks the receiver’s entire bounds rectangle as needing to be redrawn. drawRect: This method is called when a view is first displayed 阅读全文

posted @ 2016-05-30 16:08 🌞Bob 阅读(144) 评论(0) 推荐(0) 编辑

空白

摘要: 1111 阅读全文

posted @ 2016-05-30 15:22 🌞Bob 阅读(213) 评论(0) 推荐(0) 编辑

Scheme是什么、怎么自定义Scheme、JLRoutes的使用--

摘要: 转到移动端开发后居然现在才用到Scheme真是惭愧惭愧。 URL Scheme是什么 相信大家都知道URL。 http://www.apple.com就是一个URL。 而://之前的部分就称为Scheme (所以,你看,其实并没有什么难的,在这里多插一句给新人的话:不要看到新东西就觉得难,其实很多时 阅读全文

posted @ 2016-05-30 15:16 🌞Bob 阅读(1954) 评论(0) 推荐(0) 编辑

空白

摘要: 1111 阅读全文

posted @ 2016-05-30 15:15 🌞Bob 阅读(642) 评论(0) 推荐(0) 编辑

IOS APP IDs

摘要: 感谢分享 说下 APP ID 的组成为 APP ID Prefix + APP ID suffix APP ID Prefix 为10个字符 你不用管它 APP ID Suffix 这个有点讲究 如果你的app不用push等功能 你可以把App ID Suffix 写成 1---- * 2---- 阅读全文

posted @ 2016-05-30 15:06 🌞Bob 阅读(322) 评论(0) 推荐(0) 编辑

2016年5月25日

iOS UIPasteboard的应用-备

该文被密码保护。 阅读全文

posted @ 2016-05-25 23:17 🌞Bob 阅读(0) 评论(0) 推荐(0) 编辑

setTintColor

摘要: [self.button:[UIColor whiteColor]]; 初步研究 这个是决定的 btn的 外边框的颜色 阅读全文

posted @ 2016-05-25 10:25 🌞Bob 阅读(411) 评论(0) 推荐(0) 编辑

上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 97 下一页

导航