background preloader

Libraries

Facebook Twitter

Custom Controls for iOS and OS X - Cocoa Controls. Questbeat/QBImagePickerController. iOS Frameworks. iOS Open Source Facebook/Path liked Sidebar Menu implementation. GWT4Touch | www.emitrom.com. Overview Sencha describes it as: "Sencha Touch is a cross-platform framework aimed at next generation, touch enabled, devices. It's currently compatible with Apple iOS 3+, Android 2.1+, and BlackBerry 6+ devices. Together these devices represent over 95% of current US mobile traffic.

" Sencha Touch is indeed a powerful framework that allows you to develop mobile applications. With Touch4j we now allow you to create great mobile user interfaces but all in Java. What is Touch4j ? Touch4j is a Java application framework designed for creating HTML5 based mobile applications using the Java language For that Touch4j leverages the GWT Toolkit and Sencha Touch giving developers best of both worlds. Where can I get Touch4j ? You can download Touch4j from The Touch4j download page. How to get started with Touch4j ? The getting started tutorial can be found here. What license is Touch4j available under ? Touch4j is free and Open Source under the Apache 2.0 license. Who is developing Touch4j ? Samvermette/SVWebViewController - GitHub. Ittybittydude/IBAForms - GitHub. iOS Boilerplate - A base template for iOS apps. JSONKit iOS Boilerplate includes JSONKit that is a fast library for generating and parsing JSON documents.

SVProgressHUD iOS Boilerplate includes SVProgressHUD that is a simple-to-use HUD component. It is used in HTTPHUDExample DictionaryHelper This helper class adds some methods to the NSDictionary class. . - (NSString*) stringForKey:(id)key; - (NSNumber*) numberForKey:(id)key; - (NSMutableDictionary*) dictionaryForKey:(id)key; - (NSMutableArray*) arrayForKey:(id)key; These method ensure that the object retrieved is of the desired type, otherwise return nil. StringHelper This helper class adds some methods to the NSString class. . - (NSString*)trim; returns the original NSString but without white spaces at the beginning or at the end. - (NSString*)urlEncode; url-encodes the original NSString. - (NSString*)sha1; calculates the SHA1 of the given NSString.

DataHelper This helper class adds one method to the NSData class.