Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS User Interface Customization Kits?

I know that recent versions of iOS have added support for easy customization of the look and feel of its components through its "appearance" functionality. However, I'm not exactly artistically inclined.

Does anyone know of a resource that provides pre-packaged user interface customization kits that are easy to plugin using the iOS appearance APIs? I'm looking for high-quality look & feel, but also would like to see sample code showing how to integrate it into an application. I don't really care if its for purchase or free. I just would like something that looks really slick and high quality. Thoughts?

UPDATE: Okay, I found a site that does offer what I was looking for. AppDesignVault.com has pre-packaged app templates (graphics, code, etc.) for iOS applications. However, I find it hard to believe they're the only ones that offer this. Has anyone come across similar resources or packages?

like image 669
Shadowman Avatar asked Dec 06 '12 21:12

Shadowman


1 Answers

Not exactly a drop-in replacement, but you might want to take a look at NUI which is an open-source UI styling library with theme support (themes are written in a CSS styled markup language). Another great resource to look for ready UI components is cocoa controls, again, not exactly drop-in and forgot, but still better than implementing it yourself (although the quality of the stuff there varies a lot).
I'm not aware of any drop-in replacement which offers ready made styles, but I hope these two get you somehow started.

like image 75
JustSid Avatar answered Sep 20 '22 15:09

JustSid