摘要:
//两个按钮的父类view UIView *rightButtonView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 100, 50)]; //历史浏览按钮 UIButton *historyBtn = [[UIButton alloc] in 阅读全文
posted @ 2016-09-14 15:53
ma_fighting
阅读(6543)
评论(0)
推荐(0)
摘要:
- (void)refresh { MJRefreshGifHeader *header = [MJRefreshGifHeader headerWithRefreshingTarget:self refreshingAction:@selector(getData)]; NSMutableArray *images = [NSMutableArray array]; f... 阅读全文
posted @ 2016-09-14 15:32
ma_fighting
阅读(181)
评论(0)
推荐(0)