码迷,mamicode.com
首页 > 其他好文 > 详细

UIRefreshControl菊花转圈

时间:2015-07-27 16:24:41      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:uikit

    _refreshControl = [[UIRefreshControl alloc] initWithFrame:CGRectMake(0, -44, 320, 44)];

        [self.refreshControl addTarget:self action:@selector(refreshFeed) forControlEvents:UIControlEventValueChanged];

        [self.tableView addSubview:_refreshControl];

版权声明:本文为博主原创文章,未经博主允许不得转载。

UIRefreshControl菊花转圈

标签:uikit

原文地址:http://blog.csdn.net/klabcxy36897/article/details/47085869

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!