a1anyip / AYVibrantButton

A stylish button with iOS 8 vibrancy effect
MIT License
1.14k stars 67 forks source link

Fixed AYVibrateButton disappearing when UITableViewCell is selected #8

Closed CooperRS closed 8 years ago

CooperRS commented 10 years ago

This should fix #7. The backgroundColor of a UIView is used by UITableViewCell for select background.

a1anyip commented 8 years ago

This is fixed in 1.0.4 by changing backgroundColor to tintColor instead of highlightColor. Thanks for your PR anyway. :+1: