iOS10適配
<!-- 相冊 --> <key>NSPhotoLibraryUsageDescription</key> <string>App須要您的贊成,才能訪問相冊</string>
<!-- 媒體資料庫 -->
<key>NSAppleMusicUsageDescription</key> <string>App須要您的贊成,才能訪問媒體資料庫</string>
<!-- 相機 --> <key>NSCameraUsageDescription</key> <string>App須要您的贊成,才能訪問相機</string> <!-- 麥克風 --> <key>NSMicrophoneUsageDescription</key> <string>App須要您的贊成,才能訪問麥克風</string> <!-- 位置 --> <key>NSLocationUsageDescription</key> <string>App須要您的贊成,才能訪問位置</string> <!-- 在使用期間訪問位置 --> <key>NSLocationWhenInUseUsageDescription</key> <string>App須要您的贊成,才能在使用期間訪問位置</string> <!-- 始終訪問位置 --> <key>NSLocationAlwaysUsageDescription</key> <string>App須要您的贊成,才能始終訪問位置</string> <!-- 日曆 --> <key>NSCalendarsUsageDescription</key> <string>App須要您的贊成,才能訪問日曆</string> <!-- 提醒事項 --> <key>NSRemindersUsageDescription</key> <string>App須要您的贊成,才能訪問提醒事項</string> <!-- 運動與健身 --> <key>NSMotionUsageDescription</key> <string>App須要您的贊成,才能訪問運動與健身</string> <!-- 健康更新 --> <key>NSHealthUpdateUsageDescription</key> <string>App須要您的贊成,才能訪問健康更新 </string> <!-- 健康分享 --> <key>NSHealthShareUsageDescription</key> <string>App須要您的贊成,才能訪問健康分享</string> <!-- 藍牙 --> <key>NSBluetoothPeripheralUsageDescription</key> <string>App須要您的贊成,才能訪問藍牙</string>
github oc 今日熱門
https://github.com/trending?l=objective-c
https://github.com/kasketis/netfox
https://github.com/cjwirth/awesome-ios-ui
https://github.com/allenwong/30DaysofSwift
https://github.com/danielgindi/ios-charts
http://blog.csdn.net/tonny_guan/article/details/47748537ios
刷新 DNSgit
sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder;say flushed
pod install --no-repo-update --verbose
iOS9網絡適配加入字段github
NSAppTransportSecurity
NSAllowsArbitraryLoads
pch位置objective-c
$(SRCROOT)/test.pch
mrc編譯bash
-fno-objc-arc
新界面指導,引導用戶儘快知道新功能在哪裏網絡
https://github.com/ephread/Instructionside
安卓資源收藏:http://dcloud.io/hellomui/動畫
定義 動畫時間時ui
static const NSTimeInterval showOrHideCountryView = 0.3;/**< 顯示與隱藏區域選擇view的動畫時長 */