Agent00049 / iOS-14-Programming-for-Beginner-Fifth-Edition

iOS 14 Programming for Beginners - Fifth Edition, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS 14 Programming for Beginners - Fifth Edition

iOS 14 Programming for Beginners - Fifth Edition

This is the code repository for iOS 14 Programming for Beginners - Fifth Edition, published by Packt.

Get started with building iOS apps with Swift 5.3 and Xcode 12

What is this book about?

If you're a beginner looking to work and experiment with powerful iOS 14 features such as widgets and App Clips to create your own apps, this iOS programming guide is for you. The book offers a comprehensive introduction for experienced programmers who are new to iOS, taking you through the entire process of learning the Swift language, writing your own apps, and publishing them on the App Store.

This book covers the following exciting features:

  • Get to grips with the fundamentals of Xcode 12 and Swift 5.3, the building blocks of iOS development
  • Understand how to prototype an app using storyboards
  • Discover the Model-View-Controller design pattern and how to implement the desired functionality within an app
  • Implement the latest iOS features, such as widgets and App Clips
  • Convert an existing iPad app into an Apple Silicon Mac app
  • Design, deploy, and test your iOS applications with design patterns and best practices

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

if (test expression)
{
  Statement upon condition is true
}

Following is what you need for this book: This book is for anyone who has programming experience but is new to Swift and iOS app development. Experienced programmers looking to explore the latest iOS 14 features will also find this book useful.

With the following software and hardware list you can run all code files present in the book (Chapter 1-26).

Software and Hardware List

Chapter Software required OS required
1 to 26 Xcode 12 or later macOS 10.15 Catalina, macOS 11.0 Big Sur, or later
26 Apple Developer account macOS 10.15 Catalina, macOS 11.0 Big Sur, or later

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Code in Action

Click on the following link to see the Code in Action:

YouTube

Related products

Get to Know the Author

Ahmad Sahar is a trainer, presenter, and consultant at Tomafuwi Productions, specializing in conducting training courses for macOS and iOS, macOS Support Essentials certification courses, and iOS Development courses. He is a member of the DevCon iOS and MyCocoaHeads online communities in Malaysia, and has conducted presentations and talks for both groups. In his spare time, he likes building and programming LEGO Mindstorms robots.

Other books by the author

About

iOS 14 Programming for Beginners - Fifth Edition, published by Packt

License:MIT License


Languages

Language:Swift 100.0%