Monday, March 12, 2018

Itinerary App - Part 1 - Introduction (iOS, Xcode 9, Swift 4)

This is the beginning of a series of videos in which we start a project to build an Itinerary app in Xcode using Swift. We will explore the creation process including some project management, managing a code repository, design, icons, coding, and so on.



This is the introductory video that introduces this mini-course of iOS app project management and development. We will be covering a variety of topics that are all included in the process of building an app.



All we will be doing in this video is simply creating a starting project and getting it ready for the next steps. Welcome to the course!



Note: I may create another series afterwards that explores different data sources to plug into this app. Stay tuned and we will see!



No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

SwiftUI Search & Filter with Combine - Part 3 (iOS, Xcode 13, SwiftUI, 2...

In part 3 of the Searchable video series, I show you how to use Combine in #SwiftUI for the search and filter logic connected to the searcha...