WSDeveloper 2016-10-07 03:09 采纳率: 0%
浏览 1695
已采纳

iOS 设置tableview的下拉刷新问题

显示刷新结果的label总是跟着最上方的那个cell动,请问怎么设置才能让这个label固定在navigationitem后面,等label需要时再出来

 - (void)viewDidLoad {
    [super viewDidLoad];
    self.navigationItem.title = @"通知公告";

    self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemAdd target:self action:@selector(addAnnouce)];

    self.tableView.showsVerticalScrollIndicator = NO;
    self.tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
    self.tableView.backgroundColor = [UIColor colorWithRed:240.0 / 255.0 green:240.0 / 255.0 blue:240.0 / 255.0 alpha:1];

    UILabel *tipLabel = [[UILabel alloc] initWithFrame:CGRectMake(0,0, SCREEN_WIDTH, 40)];
    tipLabel.textAlignment = NSTextAlignmentCenter;
    tipLabel.backgroundColor = RGBCOLOR(250.0f, 250.0f, 250.0f);
    tipLabel.textColor = MAINCOLOR;
    tipLabel.font = [UIFont systemFontOfSize:15];

    [self.tableView  addSubview:tipLabel];
    self.tipLabel = tipLabel;

    UIRefreshControl *refreshControl = [[UIRefreshControl alloc] init];
    self.refreshControl = refreshControl;
    [refreshControl addTarget:self action:@selector(reloadData:) forControlEvents:UIControlEventValueChanged];
    refreshControl.tintColor = MAINCOLOR;

    [refreshControl beginRefreshing];
    [self reloadData:refreshControl];

}

代码是tableview视图的viewdidload方法,这个设置刷新的label总是会跟着cell...

  • 写回答

1条回答 默认 最新

  • dabocaiqq 2016-10-07 16:20
    关注
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 机器学习教材中的例题询问
  • ¥15 求.net core 几款免费的pdf编辑器
  • ¥20 SQL server表计算问题
  • ¥15 C# P/Invoke的效率问题
  • ¥20 thinkphp适配人大金仓问题
  • ¥20 Oracle替换.dbf文件后无法连接,如何解决?(相关搜索:数据库|死循环)
  • ¥15 数据库数据成问号了,前台查询正常,数据库查询是?号
  • ¥15 算法使用了tf-idf,用手肘图确定k值确定不了,第四轮廓系数又太小才有0.006088746097507285,如何解决?(相关搜索:数据处理)
  • ¥15 彩灯控制电路,会的加我QQ1482956179
  • ¥200 相机拍直接转存到电脑上 立拍立穿无线局域网传