[PR #72] [MERGED] Add tintColor configuration setting #112

Closed
opened 2025-12-30 00:28:17 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: tint-color-setting


📝 Commits (1)

  • 2a1d876 Add 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 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>
adam added the pull-request label 2025-12-30 00:28:17 +01:00
adam closed this issue 2025-12-30 00:28:17 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Armchair-UrbanApps#112