Hi everyone, and welcome to our weekly roundup! We’ll be closing our survey on Monday evening and mailing out icon sets to everyone who requested one. Thanks for your patience! If you haven’t had a chance to respond yet, please do so now.
All the best,
Aaron
Sensible TableView framework
Sensible TableView (or STV) is a native Objective-C framework that drastically simplifies iOS app development. The framework works by developing a deep “understanding” of your different classes, Core Data entities, and even web services, then it automatically creates a user interface (UI) that fully represents these structures. It also fully handles the user’s data entry and validation, and automatically commits the data back to your structures. Commercial license. $299. |
Sensible TableView framework – Lite
Sensible TableView (or STV) is a native Objective-C framework that drastically simplifies iOS app development. The framework works by developing a deep “understanding” of your different classes, Core Data entities, and even web services, then it automatically creates a user interface (UI) that fully represents these structures. It also fully handles the user’s data entry and validation, and automatically commits the data back to your structures. IMPORTANT: STV Lite works with regular Objective C classes and NSUserDefaults only. If you want support to data sources such as Core Data entities, remote web services, or iCloud, please consider buying STV Std. Commercial license. Free! |
PAStepper
Complete replacement for UIStepper control. Works on iOS 5+ BSD licensed. |
Simple OAuth 1.0a Client
A simple implementation of OAuth 1.0a that not only works with Twitter and Tumblr, but also LinkedIn (who have stricter OAuth implementation). Insert your Consumer ID and Consumer Secret in the sample project or copy the few classes to your own project (description on GitHub). MIT licensed. |
BDKNotifyHUD
An animated UIView for displaying a temporary “bezel” notification, mid-screen. MIT licensed. |
FTWButton
FTWButton is a UIControl subclass that lets you easily set color, gradient, text, and icon properties for various states and animates between them. MIT licensed. |
THChatInput
Input for text and other types of messages. Must-have for chat and other types of social apps. It has smooth autogrowing algorithm (like in Instagram) and 2 buttons for attaches. Also has a placeholder text. GPL licensed. |
HMDiallingCode
HMDiallingCode gets the dialling code of the user’s current location. It uses CoreLocation and reverse geocoding to determine the country of the user, then retrieve it’s international dialling code. Additionally, it can be used to get the dialling code for a specific country or the counties that use a specific dialling code. Public Domain licensed. |
iTunes 11 Color Detection
Detection Library for iTunes 11 Style colors. License unspecified. |
LINEActivity
An iOS 6 UIActivity subclass implementing for LINE (http://line.naver.jp/en/). Apache 2.0 licensed. |
IDTwitterAccountChooserViewController
Twitter Account Chooser view controller for iOS 5+. Uses a block-based completion handler or a classic protocol-based delegate method. MIT licensed. |
ACEView
The ACEView framework aims to allow you to use the ACE source code editor in your Cocoa applications, as if it were a native control. BSD licensed. |
LHDropDownControl
A simple drop down selector control for iOS. Hold the button (top part) and the control will expand. Slide down to choose an option. Letting go will select the option and contract the control. MIT licensed. |
BubbleButtonView
Fill a UIView with rounded-corner UIButtons based off of an array of strings. This class also sequentially animates the adding and removing of buttons for a nice UI touch. License unspecified. |
SMPageControl
Our control of the week, SMPageControl, was created by Spaceman Labs, the creators of—among other things—the super-cool looking SimDeploy. Check it out!
Designers love to make beautifully custom page controls that fit in with all the wood, gradients, and inner shadows they’ve worked so hard perfecting. Who can blame them?! SMPageControl makes it dead simple to give them what they want. Even better, SMPageControl is a drop in replacement for UIPageControl. It mirrors all the functions of UIPageControl, with literally no changes beyond the class name. MIT licensed. |