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.
Enjoy this info? Visit my Patreon page to support educators and artists.
My YouTube Channel
Need help with SwiftUI? Check out my products at: Big Mountain Studio Website
Friday, May 25, 2018
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.
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"!
Subscribe to:
Posts (Atom)
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...
-
I couldn't find a tutorial on this so this is my documented journey into trying to figure out how to implement OAuthSwift into an iOS p...
-
This post visually shows the stack view's Alignment and Distribution property settings. There is also a section on resolving auto layou...
-
I had someone ask about aligning text within a TextField view and I didn't have a page in my book for this but added one just now. ...