vtourraine / AcknowList

Acknowledgements screen displaying a list of licenses, for example from CocoaPods and Swift Package Manager dependencies.
MIT License
784 stars 59 forks source link

Custom link color #31

Closed eirikeikaas closed 6 years ago

eirikeikaas commented 7 years ago

Custom link color for AcknowViewController textView

vtourraine commented 7 years ago

Hi Eirik, and thanks a lot for the pull request!

In my apps, I set a tintColor directly on the main UIWindow, and this value is reflected on the AcknowList links. Are you trying to apply the app global tintColor, or do you specifically want a different color for these links? In the latter case, I don’t think we should modify the library code just to accommodate it. Feel free to subclass this code in your app to customize as you see fit, but I prefer to keep the main library as straightforward as it can (reasonably) be.