Monday, March 25, 2019

Getting Started with Supernova Studio

Check out my newest series on Getting Started with Supernova Studio. By the time you are finished with this series, you will be able to start converting Sketch documents to production-ready code.



Wednesday, March 20, 2019

First Day of Spring!

Spring is here and to celebrate I put together a limited-edition Spring 2019 store that will only be open until June. So get them while you can!

 https://teespring.com/stores/spring-2019-store


Monday, March 18, 2019

Keyboard HIDES Text Field? - Part 40 - Itinerary App (iOS, Xcode 10, Swi...

Have you ever had a text field that gets covered up by the keyboard? If so then you will find this video super helpful. Because you are going to learn a very easy way in which to handle this.



Remember, this is just one way out of two that I present. Try it and use your judgment.



 

Saturday, March 16, 2019

This search field animation is an example of "constraint animation". The constraint controls the size of an object. You can animation constraints to change height, width, and positions of your UI elements in iOS.

VIDEO TUTORIAL
https://youtu.be/_Sh8k70rSFk

PROJECT FILES
My patrons have access to this and over 65 other Xcode projects: https://www.patreon.com/posts/project-files-19092229


Monday, March 11, 2019

Advanced 2D & 3D Animation Techniques - Part 39 - Itinerary App (iOS, Xc...

Have you ever wanted to easily add some cool animations to your app? If so then this video is for you! You're going to learn some basic techniques with 2D animation and then you're going to learn some more advanced techniques with 3D animations. These techniques are within the Core Graphics (CG) namespace and the Core Animation (CA) namespace.



Friday, March 8, 2019

The Launch Screen - Part 38 - Itinerary App (iOS, Xcode 10, Swift 4)

Do you have a blank launch screen and are not sure what to do with it? If so, then keep watching because this video will cover why iOS even has a launch screen and what Apple expects you to use it for.

Then we’ll update our app’s launch screen to fulfill what Apple expects.



Tuesday, March 5, 2019

Supernova Studio Overview - From Design to Code

Want an easier way to convert someone's UI design to code that you can actually use in your mobile project, then this tool is for you.



 

Monday, March 4, 2019

Table Row Swipe Hint Animation (iOS, Xcode 10, Swift 4)

Do you have swipe actions on your table view rows but you’re not sure how to let users know they exist? If so, then this video is for you because you will learn how to show a nice, subtle hint to your users.

 

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