Proxying futures library for Objective-C
added: 2010-09-03
Rating: +1
Hockey is a iOS Ad-Hoc updater framework. It can be used for all apps that target the Apple AppStore and improves the beta testing process dramatically. All beta testers. It consists of two components, a server and a client framework.
The server component is required for all scenarios. But it also can work standalone without the client library. It provides a web interface which beta testers can use to install the latest AdHoc provisioning profile and also the latest beta version via Safari right from the device. One server installation is able to handle multiple applications via different bundle identifiers.
added: 2010-09-01
The IKNetworkActivityManager class simplifies work with UIApplication network activity indicator. It turns your networkActivityIndicatorVisible = YES/NO code to add/removeNetworkUser:, so you don't need to remember objects that can use network anymore.
added: 2010-08-17
Rating: +4
The IKConnectionDelegate class simplifies your NSURLConnection-related code by using GCD and blocks. You just need to
provide completion block and block that is executed during receiving data.
added: 2010-08-17
Rating: +1
A UIButton subclass that mimic the "BUY NOW" button on the iOS App Store.
added: 2010-08-16
Rating: +3
Easily rearrange the UI controls of your view by describing the new layout in a different NIB.
added: 2010-08-11