2015年8月27日
摘要: #import "NewFeatureController.h"#import "NewFeatureCell.h"@interface NewFeatureController ()@property (nonatomic, weak) UIPageControl *control;@end@im... 阅读全文
posted @ 2015-08-27 10:07 不穿内裤的熊猫 阅读(235) 评论(0) 推荐(0) 编辑
摘要: #import "AFNetworking.h"+ (void)GET:(NSString *)URLString parameters:(id)parameters success:(void (^)(id))success failure:(void (^)(NSError *))failure... 阅读全文
posted @ 2015-08-27 09:56 不穿内裤的熊猫 阅读(190) 评论(0) 推荐(0) 编辑
摘要: // 1.获取当前的版本号 NSString *currentVersion = [NSBundle mainBundle].infoDictionary[@"CFBundleVersion"]; // 2.获取上一次的版本号 NSString *lastVersion =... 阅读全文
posted @ 2015-08-27 09:42 不穿内裤的熊猫 阅读(362) 评论(0) 推荐(0) 编辑