Video Tutorial: What’s New in Swift 2 Part 2: Scope
Learn some new commands in Swift 2 to deal with scope. Video Tutorial: What’s New in Swift 2 Part 2: Scope is a post from: Ray Wenderlich The post Video Tutorial: What’s New in Swift 2 Part 2: Scope...
View ArticleNumerical Algorithms using Playgrounds
There’s nothing like lines on graph paper to bring back nightmares from high school.For many problems, no analytic solution exists. For others, there is, but it would take too long to calculate, and In...
View ArticleiOS Beta Testing with TestFlight Tutorial
Learn how to use TestFlight to test your iOS apps! For years iOS developers have used a service by Burstly called TestFlight, which was a simple way to distribute your apps to beta testers. In February...
View ArticleVideo Tutorial: What’s New in Swift 2 Part 3: Option Sets
Learn about option sets, a new feature of Swift 2 that makes working with bitmasks incredibly easy. Video Tutorial: What’s New in Swift 2 Part 3: Option Sets is a post from: Ray Wenderlich The post...
View Articleraywenderlich.com at Pragma Conference 2015
This is just a quick note to let you know that we are one of the proud sponsors of Pragma Conference 2015, this October in Florence, Italy. This year, Marin Todorov, author of iOS Animations by...
View ArticleCarthage with James Frost – Podcast S04 E06
Learn about the dependency manager Carthage with Mic, Jake, and James! Learn about the dependency manager Carthage with Mic, Jake, and James! [Subscribe in iTunes] [RSS Feed] Our Sponsor Interested in...
View ArticleVideo Tutorial: What’s New in Swift 2 Part 4: Pattern Matching
Learn about the new pattern matching and conditional statements in Swift 2, and how they can improve working with enumerations. Video Tutorial: What’s New in Swift 2 Part 4: Pattern Matching is a post...
View ArticleOAuth 2.0 with Swift Tutorial
Take a look at a few different OAuth2 libraries, and find out how to integrate them into an app. It’s likely that you’ve bumped into OAuth2 and the different families of flows while building apps to...
View ArticleVideo Tutorial: What’s New in Swift 2 Part 5: Protocol Extensions
Learn about protocol extensions, a new feature in Swift 2 that will make you rethink how you design your code. Video Tutorial: What’s New in Swift 2 Part 5: Protocol Extensions is a post from: Ray...
View ArticleVideo Tutorial: What’s New in Swift 2 Part 6: Conclusion
Review what you learned in this series and find out where you should look next as you continue to explore Swift 2. Video Tutorial: What’s New in Swift 2 Part 6: Conclusion is a post from: Ray...
View ArticleRWDevCon Inspiration Talk – Identity by Alexis Gallagher
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,...
View ArticleVideo Tutorial: Introducing Stack Views: Series Introduction
Challenge A challenge is waiting for you at the end of each instructional video in this series. Be sure to give them each a try! Download lecture slides Video Tutorial: Introducing Stack Views: Series...
View ArticleUnit Testing Tutorial: Mocking Objects
Who needs unit tests? Not you — your code is perfect. Umm…so you’re just reading this tutorial for your “friend” who needs to learn more about writing unit tests in Swift, right? Right. :] Unit tests...
View ArticleVideo Tutorial: Introducing Stack Views Part 1: Your First Stack View
Learn the basics of stack views by building one using interface builder. Video Tutorial: Introducing Stack Views Part 1: Your First Stack View is a post from: Ray Wenderlich The post Video Tutorial:...
View ArticleHow To Create an Elastic Animation with Swift
Every decent iOS App out there has custom elements, custom UI, custom animations, etc. Custom, custom, custom! If you want your app to stand out from the rest, you have to invest time into adding some...
View ArticleVideo Tutorial: Introducing Stack Views Part 2: Nested Stack Views
Challenge Your challenge is to add a new nested and properly configured stack view to the app. See the Challenge PDF for full details. Download lecture slides Download demo starter Download demo...
View ArticleHow to Create a Complex Loading Animation in Swift
Create a complex animation like this using Swift. With more than 1.4 million apps in the iOS App Store today, it’s a real challenge to make your app stand out. You have a very small window of...
View ArticleHow To Make an App Like RunKeeper with Swift: Part 1
Track distance and achievements as you build a run-tracking app! With iOS 8, Apple introduced the new HealthKit API and corresponding Health App. Meanwhile, apps in the Health & Fitness category...
View ArticleAsyncDisplayKit Tutorial: Node Hierarchies
Learn how to work with AsyncDisplayKit node hierarchies AsyncDisplayKit is an iOS framework that was originally designed for Facebook’s Paper. It makes it possible to achieve smoother and more...
View ArticleVideo Tutorial: Introducing Stack Views Part 3: Configuration
Learn about some of the more advanced configuration options available within a stack view so that you can build the exact layout you want. The post Video Tutorial: Introducing Stack Views Part 3:...
View Article