Sumi-Interactive / SIAlertView

An UIAlertView replacement with block syntax and fancy transition styles.
MIT License
2.51k stars 424 forks source link

Fixing version comparison to be forward thinking. #34

Closed levigroker closed 11 years ago

levigroker commented 11 years ago

Adding a specific check for the deployment target to be equal to or greater than iOS 6, when minimumScaleFactor is available, in such a way to support deployment targets higher than 6.x.

Signed-off-by: Levi Brown levi@grokers.net