会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
SYT在路上
博客园
首页
新随笔
联系
订阅
管理
2017年7月28日
手机屏幕亮度设定
摘要: iOS // 此方法是获取手机屏幕的亮度值,也就是你手机设置的亮度值 double currentLight = [[UIScreen mainScreen] brightness]; //这个方法会在app失去激活状态的时候调用 比如说程序进入后台 - (void)applicationWillB
阅读全文
posted @ 2017-07-28 14:51 Stars-OnMyWay
阅读(305)
评论(0)
推荐(0)
编辑
Go Lang
摘要: 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)
编辑
iOS .tbd
摘要: 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
阅读(143)
评论(0)
推荐(0)
编辑
Prime31
摘要: https://prime31.com/plugins
阅读全文
posted @ 2017-07-28 14:44 Stars-OnMyWay
阅读(111)
评论(0)
推荐(0)
编辑
QA Report
摘要:
阅读全文
posted @ 2017-07-28 14:40 Stars-OnMyWay
阅读(120)
评论(0)
推荐(0)
编辑
iOS 跨App数据共享
摘要: 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
阅读(338)
评论(0)
推荐(0)
编辑
What is the Fastlane ?
摘要: https://fastlane.tools
阅读全文
posted @ 2017-07-28 14:30 Stars-OnMyWay
阅读(85)
评论(0)
推荐(0)
编辑
Apple IAP Subscriptions
摘要: 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
阅读(132)
评论(0)
推荐(0)
编辑
What is the RESTful API ?
摘要: REST 是 RepresentationalStateTransfer 的缩写,一般中文译为 “表征状态转移”,Roy Thomas Fielding 在他2000年的PhD论文中发明了这个概念。首先需要了解的是REST并不是一种规范或者具体的框架,它描述的是一种构建网路应用的时的一些“约束”,这
阅读全文
posted @ 2017-07-28 14:25 Stars-OnMyWay
阅读(144)
评论(0)
推荐(0)
编辑
How to create your iOS team provisioning profile ?
摘要: From Apple Developer: https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppStoreDistributionTutorial/CreatingYourTeamProvision
阅读全文
posted @ 2017-07-28 14:20 Stars-OnMyWay
阅读(185)
评论(0)
推荐(0)
编辑
What is the CocoaUI ?
摘要: http://www.cocoaui.com/en https://github.com/ideawu/cocoaui 传统的 iOS 应用由于苹果自身的技术所限, 无法实现丰富的 UI 换皮肤(主题)功能, 更不用说 UI 热更新. 如果要实现换皮肤功能, 只能在开发阶段, 提前考虑和设计好几套
阅读全文
posted @ 2017-07-28 14:19 Stars-OnMyWay
阅读(124)
评论(0)
推荐(0)
编辑
Xcodebuild ipa shell
摘要: 命令行下打包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
阅读(157)
评论(0)
推荐(0)
编辑
公告