Video Tutorial: Intermediate Core Graphics Part 6: Conclusion
Learn when to use Core Graphics rather than the other drawing APIs. The post Video Tutorial: Intermediate Core Graphics Part 6: Conclusion appeared first on Ray Wenderlich.
View ArticleVideo Tutorial: Networking With NSURLSession: Series Introduction
Download lecture slides View next video: NSURLSession And Configuration The post Video Tutorial: Networking With NSURLSession: Series Introduction appeared first on Ray Wenderlich.
View ArticleVideo Tutorial: Networking With NSURLSession Part 1: NSURLSession And...
Challenge Your challenge is to customize the cache settings for the session created in the demo. See the Challenge PDF in the resources link below for full details. Download resources View next video:...
View ArticleCocoa Bindings on OS X Tutorial
Cocoa bindings have a simple goal: write less code. You’ll discover as you work through this Cocoa Bindings on OS X tutorial that they do indeed live up to this objective. Cocoa bindings, aka bindings,...
View ArticleVideo Tutorial: Networking With NSURLSession Part 2: NSURL, NSURLRequest, and...
Learn about NSURL, NSURLRequest, and NSURLResponse and how these classes are used in the process of a network request. The post Video Tutorial: Networking With NSURLSession Part 2: NSURL, NSURLRequest,...
View ArticleNSNorth 2016 Conference Highlights
I recently got back from the fourth annual NSNorth, a popular Canadian mobile development conference. This year the event was held at the the St James Cathedral Centre in Toronto, and organizers...
View ArticleVideo Tutorial: Networking With NSURLSession Part 3: NSURLSessionTask
Learn how NSURLSessionTask has several subclasses that do the work of the network requests. The post Video Tutorial: Networking With NSURLSession Part 3: NSURLSessionTask appeared first on Ray...
View ArticleCommand Line Programs on OS X Tutorial
Not so long ago, before the advent of graphical user interfaces, command-line programs were the primary method for interacting with computers. Despite the prevalence of GUIs, command-line programs...
View ArticleVideo Tutorial: Networking With NSURLSession Part 4: Delegate vs. Closures
Learn how the NSURLSession system uses either delegate methods or closures to communicate progress and completion. The post Video Tutorial: Networking With NSURLSession Part 4: Delegate vs. Closures...
View ArticleIn App Purchases Tutorial: Consumables
Learn how to implement consumables with this In-App Purchases tutorial! Update note: This In App Purchases tutorial on consumables was updated for iOS 9 and Swift 2.2 by Nicholas Waynik. The original...
View ArticleVideo Tutorial: Networking With NSURLSession Part 5: Threading And Operation...
Learn how NSURLSession handles threading and how to control it if necessary. The post Video Tutorial: Networking With NSURLSession Part 5: Threading And Operation Queues appeared first on Ray Wenderlich.
View ArticleVideo Tutorial: Networking With NSURLSession Part 6: Conclusion
Review what you learned in our Networking with NSURLSession video tutorial series and find out where to go from here. The post Video Tutorial: Networking With NSURLSession Part 6: Conclusion appeared...
View ArticleVideo Tutorial: Collection Views: Introduction
Download lecture slides The post Video Tutorial: Collection Views: Introduction appeared first on Ray Wenderlich.
View ArticleVideo Tutorial: Collection Views Part 1: Getting Started
In this video we look at the basics of Collection Views. We build a simple collection view displaying the index of each cell. The post Video Tutorial: Collection Views Part 1: Getting Started appeared...
View ArticleVideo Tutorial: Collection Views Part 2: Custom Cells
Challenge Your challenge is to add a label to the custom cell which displays the paper’s caption, and add a gradient background behind the label so the caption can be read even on lighter wallpapers....
View ArticleHow to Make a Game Like Bomberman
Blowing stuff up is fun. Blowing stuff up with friends is even funner. Blowing your friends up? We have a winner! Unfortunately, it’s a little difficult to secure C4 explosives along with some willing...
View ArticleVideo Tutorial: Collection Views Part 3: Multiple Sections
In this video we break the collection view into multiple sections with each displaying a title. The post Video Tutorial: Collection Views Part 3: Multiple Sections appeared first on Ray Wenderlich.
View ArticleVideo Tutorial: Collection Views Part 4: Inserting Cells
In this video we look at adding new cells to the collection view. The post Video Tutorial: Collection Views Part 4: Inserting Cells appeared first on Ray Wenderlich.
View ArticleVideo Tutorial: Collection Views Part 5: Subclassing Layout
In this video we look at subclassing the layout in the collection view, so that we can animate the addition of the cells. The post Video Tutorial: Collection Views Part 5: Subclassing Layout appeared...
View ArticleIntroduction to Unity Sound
Creating the visual elements of a game is only half of the work. Once you have your monsters in place and you have primed all your catapults to fire, a colossal battle may appear underwhelming when...
View Article