标签:
1.判断系统
#define UMSYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] != NSOrderedAscending)
iOS常用技术
原文地址:http://www.cnblogs.com/lz465350/p/5794906.html