Transitions are another way of doing a specific kind of animation from one UIView to another UIView. In Xcode we can setup UIViews to transition from one to another and back again using preset animations that Apple provides.
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, April 21, 2017
Wednesday, April 19, 2017
Storyboard Tips - Sizing Stack Views (iOS, Xcode 8)
Use constraints to control spacing rather than the stack view's Spacing property.
Sunday, April 9, 2017
Animating Popups - Zelda App (iOS, Xcode 8, Swift 3)
Here is the second part of popups using the Scene Dock:
Modal Popups using the Scene Dock - Zelda App (iOS, Xcode 8, Swift 3)
I have created videos on how to make modal popups in iOS before. But here is yet another way in which you can create popups.
Monday, March 27, 2017
Storyboard Tips - Updating Constraints (iOS, Xcode 8)
Updating constraints on the storyboard can be easy with these tips:
Sunday, March 26, 2017
Transparent TableView - Zelda App (iOS, Xcode 8, Swift 3)
Learn how to make your table view transparent so you can see the background through it. You will also learn a little about customizing the tableview's separator.
Closures - Zelda App (iOS, Xcode 8, Swift 3)
You may not be creating closures all the time but it is good to know about them and how they work because you will be using them ALL the time.
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...
-
This post visually shows the stack view's Alignment and Distribution property settings. There is also a section on resolving auto layou...
-
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...
-
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. ...