Learn iOS app development from scratch and build your dream app
Key Features
Description
“iOS 17 App Development for Beginners” is a definitive guide to building iOS apps with Swift.
This book teaches the fundamentals of Swift, laying the foundation for future app development. It covers how to develop user interfaces for iOS apps using SwiftUI and UIKit and how to write code for views, view controllers, and data managers. The book also teaches using Core Data, Swift Data, and SQLite for database storage. Additionally, it covers essential Apple technologies and frameworks, such as Core Location and MapKit for GPS tracking, Camera and Photo Library for image storage, CI/CD, and Core ML for machine learning and artificial intelligence solutions.
After completing this book, you will have a solid grasp of Swift app development and successfully publish your apps to the App Store.
What you will learn
Who this book is for
This book is an excellent resource for anyone who wants to learn how to program in Swift and develop applications for the iOS platform. Whether you are a beginner, a student, or a professional, this book will teach you the basics of Swift and how to use it to create your apps. No prior programming experience is necessary, but some familiarity with other programming languages will be helpful.
Table of Contents
1. Getting Started with Xcode
2. Swift Fundamentals
3. Class, Structure, and Enumerations
4. Protocols, Extensions, and Error Handling
5. Automatic Reference Counting and Memory Safety
6. Implementing iOS 17 Architecture
7. User Interface Design with UIKit
8. User Interface Design with SwiftUI
9. Concurrency in Swift and SwiftUI
10. Storing Data with SQLite and Core Data
11. File Handling in iOS
12. Core Location with MapKit
13. Camera and Photo Library
14. Multithreading in iOS
15. Networking in iOS Apps
16. Mobile App Architectures, Patterns, and Anti-Patterns
17. Publish iOS App on the Apple App Store
18. Continuous Integration and Delivery with Xcode Cloud
19. Advance iOS with New Frameworks