mJ模型框架摘录

模型数组:

- (NSDictionary *)arrayModelClasses
{
    return @{@"pic_urls" : [DWPhoto class]};
}

替换变量
- (NSDictionary *)replaceKeys
{
    return @{@"desc" : @"description"};
}

 

[MBProgressHUD showMessage:@"加载数据" toView:_scrollView];
[MBProgressHUD hideAllHUDsForView:_tableView animated:YES];

 

posted @ 2015-03-12 13:25  阿哲工具箱diqqxu  阅读(150)  评论(0)    收藏  举报