An open API service indexing awesome lists of open source software.

https://github.com/hollance/mhtinthelper

Tool that quickly lets you pick tint colors for navigation bars etc.
https://github.com/hollance/mhtinthelper

Last synced: about 1 month ago
JSON representation

Tool that quickly lets you pick tint colors for navigation bars etc.

Awesome Lists containing this project

README

        

# MHTintHelper

Picking the right tintColor for your navigation bars and toolbars can be tricky. This class adds a temporary view with three sliders to your app. You can use it to quickly play with the tint colors until you find one that suits your color scheme.

![Screenshot](https://github.com/hollance/MHTintHelper/raw/master/Screenshot.png)

To use:

#import "MHTintHelper.h"

- (void)viewDidLoad
{
[super viewDidLoad];
[MHTintHelper showInView:self.view forItem:self.navigationBar];
}

Requires at least iOS 5 and ARC.