fastred / AHKActionSheet

An alternative to the UIActionSheet inspired by the Spotify app.
MIT License
1.16k stars 130 forks source link

Image Rendering Mode in cell.imageView #21

Closed tomisacat closed 9 years ago

tomisacat commented 9 years ago

I noticed that you set the cell.imageView.image with origin image renderd in Template, which forced the image the same color with textLabel.textColor. I don't know why does this step?

PS: It's really a good lib, I like it! Appreciate your great work :+1:

fastred commented 9 years ago

It was done to match the behavior of Spotify's action sheet. It can be disabled by setting automaticallyTintButtonImages value to @NO.

Thanks, I'm really glad that you like it!