Customize the UINavigationController to give your app a unique look!
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, July 28, 2017
Friday, July 21, 2017
Animating A Sidebar Menu (iOS, Xcode 8, Swift 3) (Side Menu/Slide Out Menu)
Learn how to animate a menu with a "flowing" animation!
Tuesday, July 18, 2017
Sunday, July 16, 2017
How to Make a Custom Segmented Control (iOS, Xcode 8, Swift 3)
If you watch this video and want to implement this custom segmented control then there are two changes you should make for it work better:
1. Change to sv.distribution = .fillEqually (instead of using .fillProportionally)
2. Add `updateView()` to the draw function
Some of my subscribers pointed out these better ways. Thanks!
1. Change to sv.distribution = .fillEqually (instead of using .fillProportionally)
2. Add `updateView()` to the draw function
Some of my subscribers pointed out these better ways. Thanks!
3 Methods of Masking Images (iOS, Xcode 8, Swift 3)
Mask images the easy way. And one way that's not too easy but allows shadows on your masked images.
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. ...