Search Results for: In+App+Purchase

Best Resources In iOS Development – February 6th, 2012

Welcome back to another edition of the best resources in iOS development listing the latest resources from this site in order of popularity.

This edition features a great tool for viewing the iOS SDk decomentatiion on your iOS device, easy ways to simulate slow and poor connections within your iOS apps, and a guide to easy downloading and caching of images.

Here are the resources:

Apple Posts New iOS Development Videos Covering In-App Purchases, Open GL ES, And More

In the past I have mentioned Apple’s posting of videos from the WWDC 2011 conference.

Today I found that in December Apple posted several new videos covering content on user interface design, tuning OpenGL ES games, using instruments, in-app purchases, game center and more.

Apparently of the topics of these videos overlap with Apple’s iOS 5 tech talk tour so if you don’t have a chance to attend one of the talks you might find it especially useful.

Open Source: New Networking Framework Inspired By The Now Defunct ASIHttpRequest

ASIHttpRequest was an extremely popular framework that made basic communications, and interacting with REST based web services dead simple.

Unfortunately updates of ASIHttpRequest have been discontinued and I’ve previously mentioned the lightweight communications library AFNetworking as an alternative.

Mugunth Kumar has released a new library known as MKNetworkKit which marries the feature set of both ASIHttpRequest, and adds a few new interesting features.

Some of the features added according to the Github page are:

Best Resources In iOS Development – November 28th, 2011

Welcome to another edition to the best resources in iOS development featuring the most popular resources on this site in the last two weeks.

This edition is dominated by open source components allowing you to easily use iCloud, create an interactive gridview component, and easily create UITableView’s.

iOS 5 also continues to be a popular topic on this site.

Here are the resources:

An In-Depth Look At The Sensible Tableview UITableView Library

If you’ve been following iOS development sites for awhile then you’ve likely come across a few source code stores that often sell components that could be cloned in an hour or two at an extremely high price. Because of this, the first time I that I came across Sensible TableView I didn’t really give it much of a chance – that was a mistake.