Showing posts with label SwiftUI Book. Show all posts
Showing posts with label SwiftUI Book. Show all posts

Friday, July 24, 2020

Path functions in SwiftUI


In the new SwiftUI Views Mastery book I have expanded the Path section with all available path functions. I was a little intimidated at first with creating custom shapes but now I have a lot of fun creating them! They are super useful and versatile.



pathfunctions.png

Thursday, January 9, 2020

The Number One SwiftUI Animations Concept? (iOS, Xcode 11, Swift 5)



In this quick video, you're going to learn how the concept of animations has dramatically changed in SwiftUI. SwiftUI animations can be easy but first, you should understand the CONCEPT of how they work.

THIS WILL BE YOUR FOUNDATION OF HOW SWIFTUI ANIMATIONS WORK.

After this, you will just be building on this SwiftUI animation concept to the point where it becomes natural.


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!

Friday, October 25, 2019

SwiftUI: ToggleStyle - The Completely Customized Toggle



To completely customize the #SwiftUI Toggle view's colors, you're going to have to reconstruct it. I show you one way to do this in the SwiftUI Views book.

In the example above, I'm using a custom ToggleStyle (ColoredToggleStyle) that reconstructs the Toggle view so I can customize the colors any way I want.

My patrons have access to the full code.

Full Code: https://www.patreon.com/posts/31036259
Free Book Sample: https://www.bigmountainstudio.com/free-swiftui-book

Thursday, October 24, 2019

SwiftUI: ToggleStyle Customization with isOn



Toggle customization! The code isn't displayed in this pic (next page) but you can use the #SwiftUI ToggleStyle and access the isOn property to determine how you want to represent that state. (2 different views.)

Full Code: https://www.patreon.com/posts/31009020
Free Book Sample: https://www.bigmountainstudio.com/free-swiftui-book

Wednesday, October 23, 2019

SwiftUI: ToggleStyle



Yesterday you go the intro into a Toggle in #SwiftUI. But what about more customizations? You can use the ToggleStyle to BEGIN some customizations.
Code: https://www.patreon.com/posts/30984097
Free Book Sample: https://www.bigmountainstudio.com/free-swiftui-book

"That's it?"
For the actual Toggle, yes.
But stick around and tomorrow you will see how to take ToggleStyle to the NEXT LEVEL implement your OWN custom Toggle. (I'm saving the best for tomorrow and the day after.) πŸš€

Wednesday, October 16, 2019

SwiftUI: TextField Alignment



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.

I've been adding pages and updates. I'll try to get a new copy up on the site tonight: https://www.bigmountainstudio.com/swiftui-views-book

Monday, October 14, 2019

SwiftUI: 3D Rotations that have Depth



Give your rotations "depth" by adding a Z-axis value along with X and Y values.
You can read and see more examples here: https://www.bigmountainstudio.com/members/posts/11520-swiftui-adding-depth-to-your-3d-rotations

This wraps up the series! Hope you liked it πŸ˜ƒ



By the way, did you know you can sign up and get these tips delivered to your inbox? Join the Big Mountain Climber's Camp: https://www.bigmountainstudio.com/climbers

Saturday, October 12, 2019

SwiftUI: 3D Rotations Week - Combining the X & Y Axes



What happens when you combine and X and a Y-axis to a 3D rotation? What is created and how does this affect your rotation?

Find out here: http://bit.ly/HowXandYaxisVectorsWork

Friday, October 11, 2019

SwiftUI: 3D Rotations Week - Anchors ⚓️



How do you change where the 3D rotation happens?

Find out more here: http://bit.ly/3DRotationAnchors

Tuesday, October 8, 2019

SwiftUI: Rotation 3D Effect



I remember asking if you thought you would see the text (overlayed on a rectangle) could be seen when flipped over. Yes, yes it can.

This week in #SwiftUI we look at Rotation 3D Effect!

Get Answers Fast Without Hours Of Experimenting With #SwiftUI Views: https://bigmountainstudio.com/swiftui-views-book

Wednesday, October 2, 2019

SwiftUI Views Book Now Includes Xcode Project (460+ SwiftUI Files!)



I'm now including the culmination 750 hours of work and over 460 #SwiftUI files of experimentation, testing, failing and succeeding in the hands of all those that have and will be getting the SwiftUI Views book. πŸ“™

Link with 15% off coupon 🎟 (expires in 9 days):

https://www.bigmountainstudio.com/swiftui-views-book?coupon=HACKINGWITHSWIFT

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

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