08 2015 档案
iOS 新特性引导页
摘要:#import "NewFeatureController.h"#import "NewFeatureCell.h"@interface NewFeatureController ()@property (nonatomic, weak) UIPageControl *control;@end@im... 阅读全文
posted @ 2015-08-27 10:07 不穿内裤的熊猫 阅读(243) 评论(0) 推荐(0)
iOS 封装AFNetworking请求数据
摘要:#import "AFNetworking.h"+ (void)GET:(NSString *)URLString parameters:(id)parameters success:(void (^)(id))success failure:(void (^)(NSError *))failure... 阅读全文
posted @ 2015-08-27 09:56 不穿内裤的熊猫 阅读(196) 评论(0) 推荐(0)
ios 获取版本号判断当前版本
摘要:// 1.获取当前的版本号 NSString *currentVersion = [NSBundle mainBundle].infoDictionary[@"CFBundleVersion"]; // 2.获取上一次的版本号 NSString *lastVersion =... 阅读全文
posted @ 2015-08-27 09:42 不穿内裤的熊猫 阅读(373) 评论(0) 推荐(0)