githubtrey / iOS-13-Programming-for-Beginners

iOS 13 Programming for Beginners, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS 13 Programming for Beginners

iOS 13 Programming for Beginners

This is the code repository for iOS 13 Programming for Beginners, published by Packt.

Get started with building iOS apps with Swift 5 and Xcode 11

What is this book about?

iOS 13 comes with features ranging from Dark Mode and Catalyst through to SwiftUI and Sign In with Apple. If you're a beginner and are looking to experiment and work with these features to create your own apps, then this updated fourth edition gets you off to a strong start. The book offers a comprehensive introduction for programmers who are new to iOS, covering the entire process of learning the Swift language, writing your own apps, and publishing them on the App Store. This edition is updated and revised to cover the new iOS 13 features along with Xcode 11 and Swift 5.

This book covers the following exciting features:

  • Get to grips with the fundamentals of Xcode 11 and Swift 5, 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 the app
  • Implement the latest iOS features such as Dark Mode and Sign In with Apple
  • Understand how to convert an existing iPad app into a Mac app

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:

func functionName(paramater1: parameterType, ...) -> returnType {
    code
}

Following is what you need for this book: This book is for anyone who has programming experience but is completely new to Swift and iOS app development. Experienced programmers looking to explore the latest iOS 13 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-27).

Software and Hardware List

Chapter Software required OS required
1 - 27 macOS 10.15 Catalina macOS
Xcode

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:

http://bit.ly/2RhXuHk

Related products

Get to Know the Authors

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.

Craig Clayton is a self-taught, senior iOS engineer at Adept Mobile, specializing in building mobile experiences for NBA and NFL teams. He also volunteered as the organizer of the Suncoast iOS meetup group in the Tampa/St. Petersburg area for 3 years, preparing presentations and hands-on talks for this group and other groups in the community. He has also launched Cocoa Academy online, which specializes in bringing a diverse list of iOS courses, ranging from building apps to games for all programming levels, to the market.

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

iOS 13 Programming for Beginners, published by Packt


Languages

Language:Swift 100.0%