Add tintColor configuration setting

This commit is contained in:
Dawid Drechny
2016-08-10 20:33:28 +02:00
parent dd81a54a77
commit 2a1d87665b
3 changed files with 28 additions and 1 deletions

View File

@@ -141,6 +141,9 @@ extension ViewController {
#if os(iOS)
// Explicitly disable the storeKit as the default may be true if on iOS 8
Armchair.opensInStoreKit(false)
// This sets a custom tint color (applies only to UIAlertController).
Armchair.tintColor(UIColor.brownColor())
#endif
// This sets the Affiliate code you want to use, but is not required.