Monday, September 30, 2019

SwiftUI Concepts - It's a Different Way of Thinking


From surveys, I found lots of developers are waiting for the final release of Catalina before learning #SwiftUI. It might happen soon. 

So this week I'm going to share some concepts to get you ready. No code. 

Grab the free book sample to follow along: https://www.bigmountainstudio.com/free-swiftui-book

Monday, September 16, 2019

SwiftUI: ViewModifier - Centralize your App's Styling Info



If you find yourself repeating the same modifiers throughout your project, you may want to extract those modifiers into your own modifier. This is a great way to control your app's styling from a central place.

(Note: This info is only in the full SwiftUI book: https://www.bigmountainstudio.com/swiftui-views-book)

Friday, September 13, 2019

SwiftUI: Shadow Colors

In SwiftUI, you have the option to change the color of the shadow you add to views. (I exaggerated them here for effect.)
💡Tip: Consider using Color.primary if you don't want to lose your shadow in dark mode. (last example)

SwiftUI Book: https://bigmountainstudio.com/swiftui-views-book
Code: https://patreon.com/posts/29943364

Wednesday, September 11, 2019

New SwiftUI Book! SwiftUI Views

It's here! I introduce to you my new book "SwiftUI Views"! Get it today and be a step ahead of everyone else!


Come check it out:


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