2017年7月28日

摘要: iOS // 此方法是获取手机屏幕的亮度值,也就是你手机设置的亮度值 double currentLight = [[UIScreen mainScreen] brightness]; //这个方法会在app失去激活状态的时候调用 比如说程序进入后台 - (void)applicationWillB 阅读全文
posted @ 2017-07-28 14:51 Stars-OnMyWay 阅读(297) 评论(0) 推荐(0) 编辑
 
摘要: IDE: https://www.jetbrains.com/products.html?fromMenu#type=ide Study: http://www.runoob.com/go/go-environment.html http://studygolang.com 阅读全文
posted @ 2017-07-28 14:48 Stars-OnMyWay 阅读(137) 评论(0) 推荐(0) 编辑
 
摘要: http://stackoverflow.com/questions/31450690/why-xcode-7-shows-tbd-instead-of-dylib http://www.jianshu.com/p/0795416593d4 阅读全文
posted @ 2017-07-28 14:46 Stars-OnMyWay 阅读(142) 评论(0) 推荐(0) 编辑
 
摘要: https://prime31.com/plugins 阅读全文
posted @ 2017-07-28 14:44 Stars-OnMyWay 阅读(110) 评论(0) 推荐(0) 编辑
 
摘要: 阅读全文
posted @ 2017-07-28 14:40 Stars-OnMyWay 阅读(119) 评论(0) 推荐(0) 编辑
 
摘要: http://www.jianshu.com/p/169e31cacf42 http://www.jianshu.com/p/7f8472a97aa6 https://segmentfault.com/a/1190000004237771 App Extension http://www.jians 阅读全文
posted @ 2017-07-28 14:36 Stars-OnMyWay 阅读(332) 评论(0) 推荐(0) 编辑
 
摘要: https://fastlane.tools 阅读全文
posted @ 2017-07-28 14:30 Stars-OnMyWay 阅读(83) 评论(0) 推荐(0) 编辑
 
摘要: Apple Doc: https://developer.apple.com/library/content/releasenotes/General/ValidateAppStoreReceipt/Chapters/ValidateRemotely.html https://developer.a 阅读全文
posted @ 2017-07-28 14:28 Stars-OnMyWay 阅读(131) 评论(0) 推荐(0) 编辑
 
摘要: REST 是 RepresentationalStateTransfer 的缩写,一般中文译为 “表征状态转移”,Roy Thomas Fielding 在他2000年的PhD论文中发明了这个概念。首先需要了解的是REST并不是一种规范或者具体的框架,它描述的是一种构建网路应用的时的一些“约束”,这 阅读全文
posted @ 2017-07-28 14:25 Stars-OnMyWay 阅读(141) 评论(0) 推荐(0) 编辑
 
摘要: From Apple Developer: https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppStoreDistributionTutorial/CreatingYourTeamProvision 阅读全文
posted @ 2017-07-28 14:20 Stars-OnMyWay 阅读(184) 评论(0) 推荐(0) 编辑
 
摘要: http://www.cocoaui.com/en https://github.com/ideawu/cocoaui 传统的 iOS 应用由于苹果自身的技术所限, 无法实现丰富的 UI 换皮肤(主题)功能, 更不用说 UI 热更新. 如果要实现换皮肤功能, 只能在开发阶段, 提前考虑和设计好几套 阅读全文
posted @ 2017-07-28 14:19 Stars-OnMyWay 阅读(124) 评论(0) 推荐(0) 编辑
 
摘要: 命令行下打包iOS App工程: #!/bin/sh # # How To Build ? #http://www.jianshu.com/p/3f43370437d2 #http://www.jianshu.com/p/bd4c22952e01 #http://www.jianshu.com/p/ 阅读全文
posted @ 2017-07-28 14:16 Stars-OnMyWay 阅读(156) 评论(0) 推荐(0) 编辑