UIDevice+SystemVersion: A handy UIDevice category for checking system version in iOS apps
June 5th, 2012
No comments
What
A simple, handy UIDevice category that makes checking system version in iOS apps easy.
Install
- Grab the source fromĀ https://github.com/ardalahmet/UIDevice-SystemVersion
- Simply drag theĀ
UIDevice_SystemVersionfolder into your project in Xcode. #import "UIDevice+SystemVersion.h"wherever you want to call system version convenience methods in your code.