UrbanApps / Armchair

A simple yet powerful App Review Manager for iOS and OSX in Swift
MIT License
1.2k stars 137 forks source link

Rate Button is now Bold #110

Closed ArturoLee closed 6 years ago

ArturoLee commented 6 years ago

UIAlertActionStyle.cancel was assigned to the rate button so it can appear bold.
UIAlertActionStyle.default was assigned to the cancel button so it can have a regular font.

You can refer to https://github.com/UrbanApps/Armchair/issues/100

Thank you!

coneybeare commented 6 years ago

thanks!