Wednesday, February 27, 2019

Shipping Out Gifts to Patrons

I finally got the stickers in and now it's time to start sending out gifts to my patrons! So excited to finally send them something to express my gratitude for all their support. 🧡


Thursday, February 21, 2019

Table Row Swiping Hint Animation

I worked out a way to show a hint that a table view row can be swiped. I personally feel this behavior should be built-in but in the meantime, we need to figure out our own solutions.

My patrons can download the project here: https://www.patreon.com/posts/24864285


Tuesday, February 19, 2019

Single Select Button Groups - Part 36 - Itinerary App (iOS, Xcode 10, Sw...

You ever want to create a button group where the user can only have one item selected at a time? This is called a "mutually exclusive button group". It is similar to the way a tab bar works. Only one tab can be selected at one time.



In this video, you'll learn how to create a button group and make sure only one button is selected at one time.



Monday, February 11, 2019

Using the UIPickerView to Add Activities - Part 35 - Itinerary App(iOS, ...

Have you wanted to use a picker view (UIPickerView) to give your user a choice of data to select? Well, that is what this video is about as we present them with a way to add new data and utilize the picker view to display a choice of data.



 In this video, you will be adding a new popup for the user to add activities to each day in their trip! We're nearing the end of this series!

Saturday, February 9, 2019

Login Screen with Scrolling

Handling scrolling with text fields in iOS is a real pain. I sought to make this easier with the use of a table. A table handles scrolling with text fields automatically; saving me from employing a lot of code to respond to all the things happening.
My patrons have access to all the assets and project files for this and over 65 other projects on my Patreon site: https://www.patreon.com/posts/24587583
Become a patron before February 17th, 2019 and get a special, limited edition sticker and button! Details: https://www.patreon.com/posts/special-offer-24443282

Wednesday, February 6, 2019

Rounded Corner Table Sections

Worked out a couple different ways in iOS to create table sections with rounded corners. I'm using a section header combined with a section footer to provide the rounded corners. The rows in between are variable.

Created a layered navigation header so the table scrolls in between the layers for a cooler effect.

My patrons have full access to all the assets and source code used to create this, as well as over 60 other projects: https://www.patreon.com/posts/project-files-on-24334943

Become a patron before February 17th and get bonus rewards!

Monday, February 4, 2019

Comparing Dates for Validation - Part 34 - Itinerary App (iOS, Xcode 10,...

How to prevent duplicate days from being added to one trip? We can compare dates, but there's a trick to it. We will also be showing our first alert using the UIAlertController but with a different setting.

Sunday, February 3, 2019

Special Offer for New Patrons!

I'm excited to announce that I am running a special offer to new patrons that sign up before February 17th. New patrons will receive a sticker and a button (depending on which level they choose).

Check it out today and see what other benefits you get as well:

patreon.com/bigmountainstudio


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