Swift Algorithm Club: August 2017 Digest
The Swift Algorithm Club is a popular open source project to implement popular algorithms and data structures in Swift, with over 13,000 stars on GitHub. We periodically give status updates with how...
View ArticleRWDevCon 2018: Choose Your Topics
Next April, we are running an iOS conference focused on high quality hands-on tutorials called RWDevCon 2018. One of the unique things about RWDevCon is it’s coordinated as a team. That means we can...
View ArticleVideo Tutorial: Beginning Firebase Part 9: Updating and Deleting
Nothing lasts forever. Especially data. In this video, you'll learn how to update data, but also, how to delete it. The post Video Tutorial: Beginning Firebase Part 9: Updating and Deleting appeared...
View ArticleVideo Tutorial: Beginning Firebase Part 10: Deleting Data Challenge
In your third and final challenge of this section, you'll delete some data using an alternative method briefly discussed in a previous video. The post Video Tutorial: Beginning Firebase Part 10:...
View ArticleUIGestureRecognizer Tutorial: Getting Started
Learn how to use UIGestureRecognizers to pinch, zoom, drag, and more! Update note: This tutorial has been updated to Xcode 9, Swift 4, and iOS 11 by Brody Eller. The original tutorial was written by...
View Article360|iDev 2017 Conference Highlights
270 attendees and 59 speakers recently descended upon Denver, Colorado to take part in the annual 360iDev conference. 360iDev 2017 had much to choose from; with seven workshops on Sunday and a...
View ArticleiOS 11 by Tutorials: First 10 Chapters Now Available!
Great news everyone: The third early access release of iOS 11 by Tutorials is now available! This release has ten chapters: Chapter 6: Beginning Drag and Drop: Take advantage of the new drag-and-drop...
View ArticleVideo Tutorial: Beginning Firebase Part 11: Querying Data
You'll often times need to get specific information from the database. This video will introduce you to query methods. The post Video Tutorial: Beginning Firebase Part 11: Querying Data appeared first...
View ArticleVideo Tutorial: Beginning Firebase Part 12: Section Conclusion
This video concludes the first section on Firebase. It reviews what was covered, and what is coming up next. The post Video Tutorial: Beginning Firebase Part 12: Section Conclusion appeared first on...
View ArticleVideo Tutorial: Beginning Firebase Part 13: User Accounts
In the introduction to section 2 of this course, this video introduces you to Firebase's registration system which you'll use to register and log-in users. The post Video Tutorial: Beginning Firebase...
View ArticleVideo Tutorial: Beginning Firebase Part 14: User Authentication
Firebase has many different authentication methods available to you. In this video, you'll learn how to setup email authentication. The post Video Tutorial: Beginning Firebase Part 14: User...
View ArticleVideo Tutorial: Beginning Firebase Part 15: Keychain
Working with Firebase, you'll be required to enable keychain sharing. Curious about the keychain? Watch on to find out about it. The post Video Tutorial: Beginning Firebase Part 15: Keychain appeared...
View ArticleVideo Tutorial: Beginning Firebase Part 16: User Creation
When making a user account system, users will need to create accounts. This video will walk you through the process. The post Video Tutorial: Beginning Firebase Part 16: User Creation appeared first on...
View ArticleMapKit Tutorial: Overlay Views
Learn how to add an overlay views using MapKit! Update note: This tutorial has been updated for Xcode 9, iOS 11 and Swift 4 by Owen Brown. The original tutorial was written by Ray Wenderlich. Apple...
View ArticleVideo Tutorial: Beginning Firebase Part 17: Error Handling Challenge
When working user registration systems, you'll encounter lots of errors. This challenge will introduce to the process of handling them. The post Video Tutorial: Beginning Firebase Part 17: Error...
View ArticleVideo Tutorial: Beginning Firebase Part 18: User Login
Once you have user accounts created, you have to login those users. This video will cover the process of handling user login. The post Video Tutorial: Beginning Firebase Part 18: User Login appeared...
View ArticleRWDevCon 2017 Inspiration Talk: Building Compassionate Software by Ash Furrow
Note from Ray: At our recent RWDevCon tutorial conference, in addition to hands-on tutorials, we also had a number of “inspiration talks” – non-technical talks with the goal of giving you a new idea or...
View ArticleVideo Tutorial: Beginning Firebase Part 19: User Login Challenge
When creating a new user account, users will expect to be automatically logged into the system. Your challenge is to make it happen. The post Video Tutorial: Beginning Firebase Part 19: User Login...
View ArticleVideo Tutorial: Beginning Firebase Part 20: Online Users
Firebase has the ability to allow you to display online user information. This isn't an API. It's just a clever use of references. The post Video Tutorial: Beginning Firebase Part 20: Online Users...
View ArticleHow to Save and Load a Game in Unity
Games are getting longer and longer, with some having over 100 hours of content. It would be impossible to expect players be able to complete all of what a game has to offer in just one sitting....
View Article