Appendix B. More resources
Where should you go next? This book covered a wide swath of topics, and this appendix will connect you with great resources that will help you explore them further.
As was stated in the introduction, Classic Computer Science Problems in Swift assumes you have a foundational knowledge of the syntax and semantics of the Swift language. Hence, we call it “a great second book on Swift.” If you feel like your Swift fundamentals are still a bit shaky, you should check out these books.
- Apple, The Swift Programming Language (Apple, 2018), http://mng.bz/8A3K.
- Free
- Available both on the web and as an eBook
- Comprehensive, up-to-date coverage of the entire language, suitable for both beginners and experienced programmers
- Tjeerd in ‘t Veen, Swift in Depth (Manning, 2018), www.manning.com/books/swift-in-depth.
- A new offering from Manning that covers design patterns and advanced Swift features
Although Swift can be used for more than just iOS development, iOS development remains its bread and butter. Here are some resources that offer a tutorial-style approach to teaching iOS development.