mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-01-11 22:30:50 +01:00
[PR #72] [MERGED] Add tintColor configuration setting #112
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/UrbanApps/Armchair/pull/72
Author: @dawiddr
Created: 8/10/2016
Status: ✅ Merged
Merged: 8/12/2016
Merged by: @coneybeare
Base:
master← Head:tint-color-setting📝 Commits (1)
2a1d876Add tintColor configuration setting📊 Changes
3 files changed (+28 additions, -1 deletions)
View changed files
📝
Example/ViewController.swift(+3 -0)📝
README.md(+9 -0)📝
Source/Armchair.swift(+16 -1)📄 Description
I've introduced a new configuration option
tintColorthat allows to apply a custom tint color to rating alert. It's iOS-only and unfortunately works only withUIAlertController(there's no way of changingUIAlertView's tint color as far as I know).🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.