- (void)aLiPay:(id)result{ // 调起支付宝支付 NSString *partner = @"208881167836...
1.IOS推送详解 网址:http://www.cnblogs.com/qiqibo/archive/2012/08/25/2656856.ht...
// 搜索功能实现的主要代码 self.searchBar = [[UISearchBar alloc] initWithFrame:CGRec...
// 清除缓存的方法 - (void)deleteAll { DataBaseHandler *db = [DataBaseHandler sh...
// 定时推送的方法 - (void)addLocalNotification { // 创建一个本地推送 UILocalNotificatio...
//获取版本信息 - (void) getVersion { versionVC = [[kbCompareVersion alloc] ini...
self.webDetailsView = [[UIWebView alloc] initWithFrame:CGRectMake(0, 0, ...
#define WS(weakSelf) __weak __typeof(&*self)weakSelf = self; 你复制我的代码,然后再...
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithO...