學習開發IOS with Swift總結
原文: http://www.jianshu.com/p/f01cb698fa66
> 快速入門<
Android開發者出身
>
- 《Migrating to swift from android》
- 對比Android API 以及 App Lifecycle,快速入門IOS
- Android VS IOS with Swift總結
- 語法對比總結 </ul> </li> </ul>
- 《Swift Essentials》
- 相當全面
- 《The Swift Programming Language》
- 僅供入門參考 </ul> </li>
- 《Beginning iPhone Development with Swift: Exploring the iOS SDK》
- IOS with Swift 部分組件開發參考 </ul> </li> </ul>
- 《Pro Design Patterns in Swift》
- 運用設計模式從零開發一個SportsStore App,<熟悉IOS開發流程,易于理解設計模式>
> GCD的理解<多線程相關>
dispatch_sync 同步執行 dispatch_async 異步執行 dispatch_queue_create(@"SERIAL", DISPATCH_QUEUE_SERIAL) 串行隊列 dispatch_queue_create(@"CONCURRENT", DISPATCH_QUEUE_CONCURRENT) 并發隊列 #引自QQ聊天記錄
> 在讀書目:
- 《Swift by Example》
- 練習IOS with Swift各種不同項目并熟悉相關API
> 計劃書目:
- 《Beginning Swift Games Development for iOS》
- Swift 射擊類游戲開發 & 3D渲染
- 《Game Development with Swift》
- Swift 物理類游戲開發 </ul> </li>
- 《Swift Game Programming for Absolute Beginners》
- Swift 小游戲開發 - 包含設計、詳細說明以及具體實現 </ul> </li> </ul>
- What's new in Swift 2
- 文章+視頻 介紹
- swap修復
- 升級Xcode7 重構項目 問題修復 </ul> </li>
- 深入淺出Swift的Optionals(? vs !) </ul>
- Swift Function
- 使代碼塊復用以及更緊湊
> Xcode 7 IOS9適配問題
- Xcode7 IOS9適配問題解決
- Https 以及 Profile Trust Issue
- Fabric Unable to find 'codesign' Issue
-
忽略
</ul> </li>
</ul>
- 鍵盤自動隱藏
- Binary operator '+' cannot be applied to operands of type 'Edge' and 'Double'
- setTranslatesAutoresizingMaskIntoConstraints not found issue
- bounds vs frame
> IOS with Swift開發問題歸總
<不定時更新>
(折疊)> Swift語法圖解 -
> Nested Function
> Swift 2.0 新特性總結
> IOS with Swift開發整體把握
> API 查詢: