I've introduced a new configuration option tintColor that allows to apply a custom tint color to rating alert. It's iOS-only and unfortunately works only with UIAlertController (there's no way of changing UIAlertView'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.
## 📋 Pull Request Information
**Original PR:** https://github.com/UrbanApps/Armchair/pull/72
**Author:** [@dawiddr](https://github.com/dawiddr)
**Created:** 8/10/2016
**Status:** ✅ Merged
**Merged:** 8/12/2016
**Merged by:** [@coneybeare](https://github.com/coneybeare)
**Base:** `master` ← **Head:** `tint-color-setting`
---
### 📝 Commits (1)
- [`2a1d876`](https://github.com/UrbanApps/Armchair/commit/2a1d87665be6972e52ef34c51a7210bc6b0fa790) Add tintColor configuration setting
### 📊 Changes
**3 files changed** (+28 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `Example/ViewController.swift` (+3 -0)
📝 `README.md` (+9 -0)
📝 `Source/Armchair.swift` (+16 -1)
</details>
### 📄 Description
I've introduced a new configuration option `tintColor` that allows to apply a custom tint color to rating alert. It's iOS-only and unfortunately works only with `UIAlertController` (there's no way of changing `UIAlertView`'s tint color as far as I know).
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.