iOS 7 Blur Effects with GPUImage
iOS Blurs using GPUImage Among the many visual changes of iOS 7, one of the more appealing is the subtle use of blurs throughout the OS. Many third-party apps have already adopted this design detail,...
View ArticleProtected: Tech Editor Tryout
This content is password protected. To view it please enter your password below: Password: Protected: Tech Editor Tryout is a post from: Ray Wenderlich The post Protected: Tech Editor Tryout appeared...
View ArticleTop 10 iOS Conferences in 2014
Learn about the best iOS conferences in 2014! Conference season is upon us! It’s a great year to be an iOS developer. Besides initiatives like Cocoaheads, which organizes monthly meetings around the...
View ArticlePlatformer Game Starter Kit Second Edition (Sprite Kit Version) Now Available!
Fully updated for iOS 7 and Sprite Kit! Good news – Jake Gundersen has just released a major new second edition to his Platformer Game Starter Kit. It is now fully updated for iOS 7 and Sprite Kit!...
View ArticleSprite Kit Tutorial: How to Make a Platform Game Like Super Mario Brothers –...
Learn how to make a game like Super Mario! Update 2/1/14: I have updated this tutorial for Sprite Kit to celebrate the launch of the second edition of the Platformer Game Starter Kit, which is fully...
View ArticleSprite Kit Tutorial: How to Make a Platform Game Like Super Mario Brothers –...
Learn how to make a game like Super Mario! Update 2/2/14: I have updated this tutorial for Sprite Kit to celebrate the launch of the second edition of the Platformer Game Starter Kit, which is fully...
View ArticleReminder: Free Live Tech Talk on CocoaPods this Tuesday!
Free live tech talk on CocoaPods tomorrow! This is a reminder that we are having a free live tech talk on CocoaPods this Tuesday (tomorrow at the time of this post), and you’re all invited! Here are...
View ArticleAutomator for Mac OS X: Tutorial and Examples
Learn how to automate common developer tasks with Automator! As a software developer, there are a bunch of repetitive and tedious tasks you have to do almost every day. Wouldn’t it be great if there...
View ArticleCocoa Design Patterns: The raywenderlich.com Podcast Episode 3
Episode 3: Cocoa Design Patterns Good news – episode 3 of the raywenderlich.com podcast is now available! This time we chose the winner of our recent podcast topic poll: Cocoa Design Patterns....
View ArticleCocoaPods Tech Talk Video
The first Tuesday of each month, one of the members of the team gives a Tech Talk, and by popular request we’ve started to stream these live. Last night in our February Tech Talk, we were lucky enough...
View ArticleTrigonometry for Game Programming [Sprite Kit Version]: Part 1/2
sup { font-size: 80%; vertical-align:super; } blockquote { padding-left: 30px } Learn Trigonometry for game programming! Note from Ray: Tony has ported this popular tutorial from Cocos2D to Sprite Kit....
View ArticleTrigonometry for Game Programming [Sprite Kit Version]: Part 2/2
sup { font-size: 80%; vertical-align:super; } blockquote { padding-left: 30px } Learn Trigonometry for Game Programming! Note from Ray: Tony has ported this popular tutorial from Cocos2D to Sprite Kit....
View ArticleVideo Tutorial: Objective-C Categories
Learn about a very cool feature in Objective-C called categories, which allow you to extend classes with additional methods at runtime.Video Tutorial: Objective-C Categories is a post from: Ray...
View ArticleVideo Tutorial: Objective-C Runtime
Learn about how the Objective-C runtime works: from introspection to message passing.Video Tutorial: Objective-C Runtime is a post from: Ray Wenderlich The post Video Tutorial: Objective-C Runtime...
View ArticleVideo Tutorial: NSString
The first video in our Foundation series. Learn how to work with NSString, including a discussion of Unicode and character encodings.Video Tutorial: NSString is a post from: Ray Wenderlich The post...
View ArticleVideo Tutorial: NSArray
Learn about one of the most useful classes in iOS development, NSArray, along with the most common ways you'll use it in practice.Video Tutorial: NSArray is a post from: Ray Wenderlich The post Video...
View ArticleVideo Tutorial: NSDictionary
Learn how to work with NSDictionary, including a discussion on how to use your own custom classes as keys.Video Tutorial: NSDictionary is a post from: Ray Wenderlich The post Video Tutorial:...
View ArticleVideo Tutorial: Beginning Breakpoints
The first video in our Debugging in iOS series. Learn how to set breakpoints, step through code, and use the Xcode debugger window.Video Tutorial: Beginning Breakpoints is a post from: Ray Wenderlich...
View ArticleVideo Tutorial: Intermediate Breakpoints
Learn about intermediate breakpoint usage such as symbolic breakpoints, conditional breakpoints, and watchpoints.Video Tutorial: Intermediate Breakpoints is a post from: Ray Wenderlich The post Video...
View ArticleVideo Tutorial: Advanced Breakpoints
Learn about advanced breakpoint techniques like message and sound logging, debugger commands, and new features in Xcode 5.Video Tutorial: Advanced Breakpoints is a post from: Ray Wenderlich The post...
View Article