代码拉取完成,页面将自动刷新
//
// SpeCommonTableView.m
// xxt_xj
//
// Created by Points on 13-12-18.
// Copyright (c) 2013年 Points. All rights reserved.
//
#import "SpeCommonTableView.h"
@implementation SpeCommonTableView
- (id)initWithFrame:(CGRect)frame
Style:(UITableViewStyle)style
withIsNeedPullDown:(BOOL)isNeedPullDownRefresh
withIsNeedPullUpLoadMore:(BOOL)isNeesLoadMore
withIsNeedBottobBar:(BOOL)isNeedBottom
withViewController:(id<MJRefreshBaseViewDelegate>)VC
{
self = [super initWithFrame:frame style:style];
if(self)
{
if(isNeedPullDownRefresh)
{
self._header = [[MJRefreshHeaderView alloc]init];
self._header.scrollView = self;
self._header.delegate = VC;
}
if(isNeesLoadMore)
{
self._footer = [[MJRefreshFooterView alloc]init];;
self._footer.scrollView = self;
self._footer.delegate = VC;
}
}
return self;
}
@end
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。