摘要:通过官网API 对比版本号获取版本更新
API地址:官网地址
https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/
阅读全文
摘要:#import "ViewController.h" @interface ViewController () @property(nonatomic,nullable)NSString*name;//可以为空 @property(nonatomic,nonnull)NSString*passwor
阅读全文
摘要:代码摘选自 http://www.cnblogs.com/kenshincui/p/3871178.html
阅读全文
摘要:1、在需要回调的B界面:.h 2、在需要回调B界面: .m 3、接收返回值得A界面
阅读全文
摘要:@property (weak, nonatomic) IBOutlet UIView *redView;@property (weak, nonatomic) IBOutlet UILabel *label; 代码收集来自: http://www.cnblogs.com/zzuliliu/p/54
阅读全文
摘要:代码控制左右item: UIButton *btnCancel = [UIButton buttonWithType:UIButtonTypeCustom]; btnCancel.frame=CGRectMake(0, 0, 60, 30); btnCancel.titleLabel.font=[UIFont systemFontOfSize:13]; btnCanc...
阅读全文
摘要:使用官网Reachability库经行网络实时监控
阅读全文
摘要:<!--StartFragment--> A 界面: - (IBAction)gotoVC:(id)sender { //必须在事件发生时调用Block,每次Block对应一次初始化 cvc = [[CViewController alloc]initWithNibName:@"CViewContr
阅读全文