Friday, May 25, 2018

Itinerary App - Part 9 - Table Views | Custom Cells (iOS, Xcode 9, Swift 4)

What are the basics of the UITableView and how do you create a custom table view cell? In this video we explore these topics. You will learn how to retrieve data and populate table view rows. Then you will learn how to create your own custom cell if you don't like any of the table view cell styles that Apple gives you.



Saturday, May 12, 2018

Itinerary App - Part 2.3 - Bitbucket Cloning (iOS, Xcode 9)

Want to work on a Bitbucket project? Here is how you can copy or clone the project to your local computer and begin working on it in Xcode.



Friday, May 11, 2018

Itinerary App - Part 8 - Data Modeling and App Architecture (iOS, Xcode ...

How do you organize your app in a way to make it easy for you? This is answered with app architecture. I won't be teaching any specific architecture but I cover the subject briefly to give you an understanding of its purpose.



Then we will begin modeling our data by making classes to hold it. Then we'll create function templates to create, read, update and delete (CRUD) mock data.



Saturday, May 5, 2018

Itinerary App - Part 6 - Finding Color Schemes for Mobile Apps

Are you struggling with finding the right colors for your mobile app? Not sure where to begin? Watch this video to learn more about colors and tools that will help you find an appropriate color scheme for your app!



3 Ways for Removing Creative Block

Do you find yourself stuck with your design? Can't find a good font? No color scheme will work? You might have "Creative Block"!



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...