Archive

Archive for June, 2012

UIDevice+SystemVersion: A handy UIDevice category for checking system version in iOS apps

June 5th, 2012 Ahmet Ardal 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_SystemVersion folder into your project in Xcode.
  • #import "UIDevice+SystemVersion.h" wherever you want to call system version convenience methods in your code.

Read more…