RWDevCon Student Scholarships: Deadline Extended
By popular request, we are extending the deadline for student scholarships to RWDevCon 2016 one more week – until Wednesday Jan 20. In addition, we are making two other changes: Age requirement...
View ArticleRock Solid Networking, and Custom Core Image Filters – Podcast S05 E05
Interested in bullet-proofing your networking code, or building a Core Image filter? This episode has your back! Join Mic, Jake, and Andrew as they discuss field-tested, rock solid networking, before...
View ArticleNSURLSession Tutorial: Getting Started
Learn how to make HTTP data requests and implement file downloads with NSURLSession! Whether an app retrieves application data from a server, updates your social media status or downloads remote files...
View ArticleVideo Tutorial: Introducing Concurrency Part 8: Dispatch Groups
Learn how use GCD dispatch groups so that you can respond to the completion of a whole selection of GCD tasks. The post Video Tutorial: Introducing Concurrency Part 8: Dispatch Groups appeared first on...
View ArticleVideo Tutorial: Introducing Concurrency Part 9: Thread-safe Resources
Learn how to use dispatch barriers to create thread-safe objects to prevent inconsistent state. The post Video Tutorial: Introducing Concurrency Part 9: Thread-safe Resources appeared first on Ray...
View ArticleVideo Tutorial: Introducing Concurrency Part 10: GCD Delights
Learn about a couple of other cool features of grand central dispatch: dispatch_once and dispatch_after. The post Video Tutorial: Introducing Concurrency Part 10: GCD Delights appeared first on Ray...
View ArticleVideo Tutorial: Introducing Concurrency Part 11: Conclusion
Review what you've learned in our Introducing Concurrency video tutorial series and get some hints and tips for handling Concurrency on iOS. The post Video Tutorial: Introducing Concurrency Part 11:...
View ArticletvOS Apprentice Early Access Update Available: Now With 17 Chapters!
As we develop our new book the tvOS Apprentice, we are releasing early access versions along the way. Today, we are happy to release our second early access release of the book! This version now has...
View ArticleiOS Metal Tutorial with Swift Part 4: Lighting
Learn how to add lighting into your Metal apps! Welcome back to our iOS Metal tutorial series! In the first part of the series, you learned how to get started with Metal and render a simple 2D...
View ArticleVideo Tutorial: How to Make a Game Like Flappy Bird in Swift: Series...
Download lecture slides View next video: Getting Started The post Video Tutorial: How to Make a Game Like Flappy Bird in Swift: Series Introduction appeared first on Ray Wenderlich.
View ArticleVideo Tutorial: How to Make a Game Like Flappy Bird in Swift Part 1: Getting...
Learn how to create a Sprite Kit project and add the background. The post Video Tutorial: How to Make a Game Like Flappy Bird in Swift Part 1: Getting Started appeared first on Ray Wenderlich.
View ArticleVideo Tutorial: How to Make a Game Like Flappy Bird in Swift Part 2: Moving...
Download resources View next video: Adding the Player View previous video: Getting Started The post Video Tutorial: How to Make a Game Like Flappy Bird in Swift Part 2: Moving the Background appeared...
View ArticleSketch Tutorial for iOS Developers
As an iOS developer, I’ve worked on a few projects without a designer, and let me tell you – it can be tough. But one thing I’ve learned though these types of projects: even if you’re working without...
View ArticleVideo Tutorial: How to Make a Game Like Flappy Bird in Swift Part 3: Adding...
Learn about GameplayKit by adding the star of the show, Felipe. The post Video Tutorial: How to Make a Game Like Flappy Bird in Swift Part 3: Adding the Player appeared first on Ray Wenderlich.
View ArticleReaders’ App Reviews – January 2016
Its a new year, and that means new apps! The holidays certainly didn’t slow down our community. I came back from Christmas with an inbox full of apps, so I downloaded them all and picked a few I’d...
View ArticleVideo Tutorial: How to Make a Game Like Flappy Bird in Swift Part 4: Spawning...
Learn more about GameplayKit by adding obstacles to the scene. The post Video Tutorial: How to Make a Game Like Flappy Bird in Swift Part 4: Spawning Obstacles appeared first on Ray Wenderlich.
View ArticleVideo Tutorial: How to Make a Game Like Flappy Bird in Swift Part 5: Physics...
Discover how to add physics bodies to your sprites. The post Video Tutorial: How to Make a Game Like Flappy Bird in Swift Part 5: Physics Bodies & Collision Detection appeared first on Ray...
View ArticleSwift Tutorial: Working with JSON
Update 12/21/2015: Updated for Xcode 7.1 and Swift 2.0. JavaScript Object Notation, or JSON for short, is a common way to transmit data to and from web services. It is simple to use and...
View ArticleVideo Tutorial: How to Make a Game Like Flappy Bird in Swift Part 6: Game...
Learn how Game States can help keep your code organized. The post Video Tutorial: How to Make a Game Like Flappy Bird in Swift Part 6: Game States & State Machines appeared first on Ray Wenderlich.
View ArticleVideo Tutorial: How to Make a Game Like Flappy Bird in Swift Part 7: Keeping...
Learn how to add a simple method for keeping score. The post Video Tutorial: How to Make a Game Like Flappy Bird in Swift Part 7: Keeping Score appeared first on Ray Wenderlich.
View Article