Video Tutorial: Hello, iPhone!
The first video in our iOS 101 series. Learn the basics of using Xcode to create a simple iPhone app.Video Tutorial: Hello, iPhone! is a post from: Ray Wenderlich The post Video Tutorial: Hello,...
View ArticleVideo Tutorial: Common UIKit Controls
Learn about the most common UIKit controls in iOS development, like text fields, sliders, segmented controls, and more.Video Tutorial: Common UIKit Controls is a post from: Ray Wenderlich The post...
View ArticleVideo Tutorial: Beginning Auto Layout
Learn the basics of using Auto Layout to make your user interfaces adapt to different screen sizes and orientations.Video Tutorial: Beginning Auto Layout is a post from: Ray Wenderlich The post Video...
View ArticleVideo Tutorial: Storyboards and Segues
Learn how to transition between different "screens" of your app with Storyboards and segues.Video Tutorial: Storyboards and Segues is a post from: Ray Wenderlich The post Video Tutorial: Storyboards...
View ArticleIntroducing raywenderlich.com Video Tutorials (Beta)!
We're excited to introduce a brand new feature of raywenderlich.com - high quality video tutorials!Introducing raywenderlich.com Video Tutorials (Beta)! is a post from: Ray Wenderlich The post...
View ArticleMake Your First Android App: Part 1/3
Learn the basics of how to make your first Android app and learn the ins and outs of working with Android Studio.Make Your First Android App: Part 1/3 is a post from: Ray Wenderlich The post Make Your...
View ArticleVideo Tutorial: Navigation Controllers
Learn how to easily manage a stack of view controllers in your app using navigation controllers.Video Tutorial: Navigation Controllers is a post from: Ray Wenderlich The post Video Tutorial: Navigation...
View ArticleMake Your First Android App: Part 2/3
This tutorial is the second of three parts. If you’re looking to start from scratch, Part One is the tutorial for you! The first part of this series covered a lot of zoomed-out Android concepts, as...
View ArticleMake Your First Android App: Part 3/3
This tutorial is the third and final part of the series devoted to helping you make your first Android app! Check out Part One to get started with Android and Part Two to learn more about Android UI...
View ArticleVideo Tutorial: How To Make a Game Like Flappy Bird Part 1: Player Movement
Learn how to make a game like Flappy Bird for iOS using Sprite Kit in this video tutorial, starting with making the bird flap!Video Tutorial: How To Make a Game Like Flappy Bird Part 1: Player Movement...
View ArticleAFNetworking 2.0 Tutorial
Learn how to use AFNetworking: an easy-to-use network API for iOS! Update 1/18/2014: Fully updated for iOS 7 and AFNetworking 2.0 (original post by Scott Sherwood, update by Joshua Greene). In iOS 7,...
View ArticleVideo Tutorial: How To Make a Game Like Flappy Bird Part 2: Spawning Obstacles
Learn how to spawn obstacles periodically over time in this video tutorial series on how to make a game like Flappy Bird.Video Tutorial: How To Make a Game Like Flappy Bird Part 2: Spawning Obstacles...
View ArticleMagicalRecord Tutorial for iOS
Beer ahead!Photo: Krzysztof Szkurlatowski For many years, Core Data has been an integral part of many OS X and iOS apps, supporting the persistence and querying of user data. Apple constantly tinkers...
View ArticleReaders’ App Reviews – February 2014
Readers’ Apps! This February, a lot of us have been snowed in. And what better to do than curl up on the couch with some great apps made by the community! This month, we have some great apps to check...
View ArticleVideo Tutorial: How To Make a Game Like Flappy Bird Part 3: Collision Detection
Learn how to add detect and respond to collisions using physics shapes in this tutorial that teaches you how to make a game like Flappy Bird.Video Tutorial: How To Make a Game Like Flappy Bird Part 3:...
View ArticleiOS UI Testing with KIF
Learn how to do iOS UI testing with KIF. Users expect a high level of polish from iOS apps, so it’s up to you to design, develop and test your apps to meet ever-rising expectations. Think about it for...
View ArticleVideo Tutorial: How To Make a Game Like Flappy Bird Part 4: Keeping Score
Learn how display a "juicy" scoreboard screen including social sharing in this tutorial that shows you how to make a game like Flappy Bird.Video Tutorial: How To Make a Game Like Flappy Bird Part 4:...
View ArticleNSURLProtocol Tutorial
Learn how to harness the power of NSURLProtocol! NSURLProtocol is like a magic key to the URL. It lets you redefine how Apple’s URL Loading System operates, by defining custom URL schemes and...
View ArticleVideo Tutorial: How To Make a Game Like Flappy Bird Part 5: Finishing Touches
Add the finishing touches to your Flappy Bird game in this final tutorial in the series!Video Tutorial: How To Make a Game Like Flappy Bird Part 5: Finishing Touches is a post from: Ray Wenderlich The...
View ArticleNSScanner Tutorial: Parsing Data in Mac OS X
In these days of big data, data is stored in a multitude of formats, which poses a challenge to anyone trying to consolidate and make sense of it. If you’re lucky, the data will be in an organized,...
View Article