Skip to content

Base UIKit components extended to allow almost any customizations. Comes with Bootstrap and Flat UIs out of the box.

Notifications You must be signed in to change notification settings

Woody17/UICustomizeKit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UICustomizeKit

The UICustomizeKit extends standard UIKit components to make amazing looking controls. I saw that there was a lot of good UI kits cropping up for iOS, but none of them had a full implementation of controls or where/are easy to customize outside of the theme's scope. The goal of UICustomizeKit is to allow you to customize all controls easily, to create a great style with minimal effort. A Flat and Bootstrap control kits are currently provided. (and hopefully you will contribute and add more!)

Dependancies

Requires CoreGraphics framework.

Examples

//Dalton you, need to add some! With some pictures too!

Requirements

This framework requires at least iOS 5 above.

License

UICustomizeKit is license under the Apache License.

Install

The recommended approach for installing UICustomizeKit is via the CocoaPods package manager, as it provides flexible dependency management and dead simple installation.

via CocoaPods (not done yet, still need to get this add in)

Install CocoaPods if not already available:

$ [sudo] gem install cocoapods
$ pod setup

Change to the directory of your Xcode project, and Create and Edit your Podfile and add RestKit:

$ cd /path/to/MyProject
$ touch Podfile
$ edit Podfile
platform :ios, '5.0' 
pod 'UICustomizeKit'

Install into your project:

$ pod install

Open your project in Xcode from the .xcworkspace file (not the usual project file)

Contact

Dalton Cherry

Current Controls:

  • ProgressView
  • Button
  • TabBar
  • BarButton
  • NavigationBar
  • TextField
  • SwitchView

TODOs:

  • add AlertView
  • add statusView (statusBar)
  • port FontAwesome (and add any other great/open source fonts!)
  • add TextView
  • add slider
  • add loading/progress dialog (more like UIActivityView)
  • add a searchBar view
  • maybe an actionsheet?
  • possible port/add DCDataViews? (not sure if that fits in this scope)

About

Base UIKit components extended to allow almost any customizations. Comes with Bootstrap and Flat UIs out of the box.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published