2016年3月7日
摘要: @interface NQXImageBrowswe : UITableView /** * @brief 浏览头像 * * @param oldImageView 头像所在的imageView */ +(void)showImage:(UIImageView*)avatarImageView; @ 阅读全文
posted @ 2016-03-07 17:11 不穿内裤的熊猫 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 创建model 的时候 model继承于jsonmodel NSError* err=nil; _model = [[MessageModel alloc]initWithDictionary:dict error:&err]; [_messageArray addObject:_model]; 阅读全文
posted @ 2016-03-07 17:06 不穿内裤的熊猫 阅读(136) 评论(0) 推荐(0) 编辑
摘要: - (void)hudWithTitle:(NSString *)title { MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:self.navigationController.view animated:YES]; hud.mode = M 阅读全文
posted @ 2016-03-07 17:04 不穿内裤的熊猫 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 自定义cell 分割线 阅读全文
posted @ 2016-03-07 17:03 不穿内裤的熊猫 阅读(216) 评论(0) 推荐(0) 编辑
  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) 编辑