TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Apr 2016 |
Maintained by Orta Therox--description=WhdeMacBookPro.
iOS软件检查更新,每次启动检测Appstore是否有更新,每一次更新只提醒一次
pod 'WhdeVersion', '~> 1.0.1'
#import "VersionManage.h"
VersionManage *manager = [[VersionManage alloc] init];
[manager checkVerSionWithCallBack:^{
}];
AlertView推荐使用https://github.com/whde/Alert
pod 'Alert', '~> 1.0.2'