0xced / iOS-Artwork-Extractor

Extract iOS artwork and emoji symbols into png files, generate glossy buttons png files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glossy buttons aren't working in iOS 5.1 Simulator

pnc opened this issue · comments

On the iOS 5.1 Simulator, the glossy button is simply not drawn.

I can (and will) take a look at why, but I want to make sure you aren't already trying to fix it.

Thanks!

The UIGlassButton class was simply removed in iOS 5.1. If you want the glossy button feature, you have to download the iOS 5.0 simulator.

I will remove the glossy button tab when UIGlassButton is not available.

Understood. Might pop that information in the README.

Thanks for a sweet tool!