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.
- Host: GitHub
- URL: https://github.com/hollance/mhtinthelper
- Owner: hollance
- Created: 2011-11-27T19:06:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-21T10:58:51.000Z (over 12 years ago)
- Last Synced: 2025-03-20T21:23:36.770Z (about 1 month ago)
- Language: Objective-C
- Homepage:
- Size: 383 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

To use:
#import "MHTintHelper.h"
- (void)viewDidLoad
{
[super viewDidLoad];
[MHTintHelper showInView:self.view forItem:self.navigationBar];
}Requires at least iOS 5 and ARC.