Via Vincent Demay
Get Started for FREE
Sign up with Facebook Sign up with Twitter
I don't have a Facebook or a Twitter account
![]() ![]()
![]() An iOS 7 UISwitch clone that works on iOS 5+ https://www.cocoacontrols.com/controls/klswitch Via Vincent Demay
Vincent Demay's curator insight,
July 11, 2013 4:59 AM
This control is not free for commercial usage more here : https://www.cocoacontrols.com/controls/klswitch
![]()
From
github
FlatUIKit is a collection of iOS components styled with the "Flat UI" aesthetic that we created while building Grouper for iPhone. Its design inspiration comes from Flat UI and Kyle Miller. Styling is implemented via categories on/drop-in replacements for existing UIKit components, so integrating it into your project is very straightforward. Via Vincent Demay
Scott Davis's curator insight,
May 16, 2013 9:33 AM
This is a great tool for anyone looking to develop a more flat interface on the heels of iOS 7's more flat design.
Leonard Okereke's curator insight,
May 30, 2013 6:17 PM
The new software devoloped by apple is goin to be a re-designed look.
Mike Maxwell's curator insight,
May 31, 2013 9:37 PM
A great looking UIAlertView replacement. Looking to use it in one of my apps soon!
![]() We wanted to be able to take advantage of Markdown on mobile devices but all of the implementations that we found were either slow, feature incomplete or bot.
Bypass uses libsoldout to parse the Markdown and build a data structure. This data gets passed through the respective binding layer on each platform and is used to build the formatted text (Spanned strings on Android and Attributed Strings on iOS). Via Vincent Demay
Vincent Demay's curator insight,
March 26, 2013 11:47 AM
✔Sources: https://github.com/Uncodin/bypass
![]()
Vincent Demay's curator insight,
February 15, 2013 3:56 AM
A really interesting tutorial to make your own controls thanks to @maniacdev
![]() Harpy is a utility that checks a user's currently installed version of your iOS application against the version that is currently available in the AppStore. If a new version is available, an instance of UIAlertView is presented to the user informing them of the newer version, and giving them the option to update the application. Via Vincent Demay
Vincent Demay's curator insight,
January 30, 2013 4:34 AM
✔Sources: https://github.com/ArtSabintsev/Harpy
![]() This framework allows you to validate inputs of text fields and text views in a convenient way.
Simply use US2ValidatorTextField instead of UITextField (US2ValidatorTextView instead of UITextView)Know what went wrong and whereCreate own conditions using regular expressions for exampleCreate own validators which contain a collection of conditions Via Vincent Demay ![]()
vishal dharmawat's curator insight,
March 6, 2013 8:44 AM
a great tool for formValidation...makes your app look beautiful
![]() RNBlurModal adds depth to the traditional modal/alert view. Calling the view is incredibly similar to setting up and showing a UIAlertView. You can also setup your own custom views and display them with a blurry background. The goal is to truly draw the user's focus directly to your alert using natural effects. This project works on all iOS devices at all orientations with ARC. Via Vincent Demay
![]() Obj-C module built on UITableView for creating a 2-level nested list UI control. iOS 4.0+
✔ Sources: https://github.com/boxedice/ios-SDNestedTable
Via jerometonnelier, Vincent Demay
![]()
From
github
It's a Pinterest style scroll view designed to be used similar to a UITableView.
It supports Portrait and Landscape orientations.
I built this as a hack to show my friends. Any suggestions or improvements are very welcome!
Coming soon... A fully functional demo app. Via Vincent Demay
Vincent Demay's curator insight,
January 28, 2013 6:55 AM
Update a new version ARC compliant is available here : ✔Sources: https://github.com/ptshih/PSCollectionView/tree/arc |
![]() Drop-in replacement for UINavigationController with custom transition animations. Via jerometonnelier, Vincent Demay
![]()
From
github
![]()
From
vimeo
MBPullDownController accepts two view controllers, which it presents one above the other. The front view controller is configured to accept a pull interaction which it utilizes to show or hide back view controller. Via Vincent Demay
![]() A minimal status bar for iOS. Similair to the status bar seen in the MailBox app. It covers the top status bar and appears like the message is embedded within. Via Vincent Demay ![]()
vishal dharmawat's curator insight,
March 27, 2013 12:57 AM
customto custom status bar to cover the top status bar and appears like the message is embedded within.
![]() PaperFoldMenuController is a UITabBarController replacement, but displays the view controllers in a table view on the left side of the screen. This table view is shown/hidden using PaperFold-for-iOS. Selecting from the menu on the left changes the view controller on the right. PaperFoldMenuController uses view controller containment. Via Vincent Demay
![]()
Vincent Demay's curator insight,
January 13, 2013 8:22 AM
✔Sources: https://github.com/betzerra/MosaicUI
![]() An in-app notification view that mimics the iOS 6 notification views which appear above the status bar. Compatible with iOS 4.3 and above.
Features: Animation and layout similar to iOS 6 notificationsProvides two UILabels and an UIImageViewSimple APIEnqueues multiple notifications and shows them with a default duration of 2 seconds. Via Vincent Demay
![]() Your app needs to download concurrently from multiple URLs (local or not). This class does it in a simple way using blocks and NSURLConnection.
✔ Sources: https://github.com/norsez/BDMultiDownloader Via Vincent Demay
![]()
From
github
It's green. It's an apple. Contribute to GrannySmith development by creating an account on GitHub.
✔ Sources: https://github.com/hulu/GrannySmith/tree/master/GSFancyText
Via Vincent Demay
![]() A custom iOS rate view control similar to the one used in Apple's App Store app.
You can find a tutorial of DYRateView on this blog: http://iappexperience.com/post/23227218867/dyrateview-a-simple-yet-powerful-rating-control-for
✔ Sources: https://github.com/dyang/DYRateView Via Vincent Demay |
✔Source: https://github.com/freshking/DynamicGraphView