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
Monday, March 25, 2019
Wednesday, March 20, 2019
First Day of Spring!
Spring is here and to celebrate I put together a limited-edition Spring 2019 store that will only be open until June. So get them while you can!
https://teespring.com/stores/spring-2019-store
https://teespring.com/stores/spring-2019-store
Monday, March 18, 2019
Keyboard HIDES Text Field? - Part 40 - Itinerary App (iOS, Xcode 10, Swi...
Have you ever had a text field that gets covered up by the keyboard? If so then you will find this video super helpful. Because you are going to learn a very easy way in which to handle this.
Remember, this is just one way out of two that I present. Try it and use your judgment.
Remember, this is just one way out of two that I present. Try it and use your judgment.
Saturday, March 16, 2019
This search field animation is an example of "constraint animation". The constraint controls the size of an object. You can animation constraints to change height, width, and positions of your UI elements in iOS.
VIDEO TUTORIAL
https://youtu.be/_Sh8k70rSFk
PROJECT FILES
My patrons have access to this and over 65 other Xcode projects: https://www.patreon.com/posts/project-files-19092229
VIDEO TUTORIAL
https://youtu.be/_Sh8k70rSFk
PROJECT FILES
My patrons have access to this and over 65 other Xcode projects: https://www.patreon.com/posts/project-files-19092229
Monday, March 11, 2019
Advanced 2D & 3D Animation Techniques - Part 39 - Itinerary App (iOS, Xc...
Have you ever wanted to easily add some cool animations to your app? If so then this video is for you! You're going to learn some basic techniques with 2D animation and then you're going to learn some more advanced techniques with 3D animations. These techniques are within the Core Graphics (CG) namespace and the Core Animation (CA) namespace.
Friday, March 8, 2019
The Launch Screen - Part 38 - Itinerary App (iOS, Xcode 10, Swift 4)
Do you have a blank launch screen and are not sure what to do with it? If so, then keep watching because this video will cover why iOS even has a launch screen and what Apple expects you to use it for.
Then we’ll update our app’s launch screen to fulfill what Apple expects.
Then we’ll update our app’s launch screen to fulfill what Apple expects.
Tuesday, March 5, 2019
Supernova Studio Overview - From Design to Code
Want an easier way to convert someone's UI design to code that you can actually use in your mobile project, then this tool is for you.
Monday, March 4, 2019
Table Row Swipe Hint Animation (iOS, Xcode 10, Swift 4)
Do you have swipe actions on your table view rows but you’re not sure how to let users know they exist? If so, then this video is for you because you will learn how to show a nice, subtle hint to your users.
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. ...