Friday, November 29, 2019

SwiftUI Views Book: Visually Learn This Amazing Language With This Free Book

The fastest way to learn SwiftUI is with pictures!




Introducing “SwiftUI Views Quick Start”, your visual quick start reference. You will quickly get up to speed with SwiftUI by first learning the concepts, language changes then the hundreds and hundreds of screenshots and videos within.

Get your FREE copy here.

If you have ever felt that you didn’t have enough time to learn this new technology then this book is for you.

iOS Development Market Shift
SwiftUI is creating a major shift in the developer marketplace as more and more companies are adopting it.

This is driving up demand for developers that have experience with SwiftUI. 📈

So, become more valuable by learning SwiftUI in the quickest way possible with this comprehensive visual reference guide! 💵



Here’s how it works:
  • You learn one topic at a time
  • You see the visual result
  • THEN you see the code that created it

Look. Learn! It’s that easy!

Get it Today!
So what are you waiting for? Get your FREE copy today!

Thursday, November 28, 2019

New Book: SwiftUI Animations! For FREE!

This Unique Book Will Make You a Master at SwiftUI Animations


I'm excited to announce a new free book sample called "SwiftUI Animations".


This is a textbook. That means it's structured a little different than SwiftUI Views.

Each chapter is formatted like this:

  • Teach related concepts using video and code
  • Take you through a practical exercise on building an animation
  • Summary
  • Check your understanding with some questions
  • Challenges to see if you can reproduce an animation
  • Teach and Share - It's been shown that you can retain up to 90% of what you learn when you teach it.
Each Concept has video and code

This will really help the concepts sink in and help you find the effects you want to reproduce and learn from.

I wanted to make this book as simple and easy to learn from as possible with very little "fluff" and talking. I get straight to the point.

Get This FREE Book Here

Start mastering SwiftUI Animations!

Fun with SwiftUI's GeometryReader - Part 5: Creating a Sticky Header



And now for the final part of the series where you will learn how to create a "sticky header" or "bouncy header" where the top part of a scroll view stays in place and stretches and resizes like this:

You're going to have a lot of fun creating this effect!

https://www.bigmountainstudio.com/members/posts/13099-swiftui-s-geometry-reader-sticky-header-when-scrolling-part-5

Sunday, November 17, 2019

Fun with SwiftUI’s GeometryReader - Part 4: Creating Sizes


Creating that parallax scrolling effect in the last article was pretty cool, right?

Well, I have another cool thing to teach you but first...

Dynamically size your views using #SwiftUI's GeometryReader to accommodate for different device sizes. You will need to learn this before you can create the "sticky header" animation.

https://www.bigmountainstudio.com/members/posts/13066-swiftui-s-geometry-reader-what-s-your-size-part-4

Fun with SwiftUI's GeometryReader - Part 3: Creating a Scrolling Parallax Effect



Use SwiftUI's GeometryReader to create a Parallax Scrolling effect!
Part 3 of the Fun with GeometryReader series.

https://www.bigmountainstudio.com/members/posts/13048-swiftui-s-geometry-reader-parallax-scrolling-part-3

You will learn how to build this:

Fun with SwiftUI’s GeometryReader – Part 2: Getting Locations

Part2.png
Learn about getting a view’s location. You will need to know this so we can create a cool scrolling parallax effect in Part 3.

Fun with SwiftUI's GeometryReader - Part 1: Introduction



Creating another blog series!

Here's the first post on GeometryReader. Learn what it is and what you can do with it. It's super powerful and very cool!

Follow this series. You're going to learn how to create a parallax effect with the GeometryReader:




 You will also learn how to create this "sticky header" effect:

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