コントローラーに2つ作りUITableView
ましたが、UIView
スムーズに動きます。UIButton
call を実行するために2つの異なるものもありreloaddata
、正常に動作します。
今、私は2つの異なるものUIRefreshControl
を私UIView
の. どうすれば作れますか?
ありがとう〜
ここに私のRefreshControl
コード:
UIRefreshControl *refresh_tbl_task = [[UIRefreshControl alloc] init];
refresh_tbl_task.tintColor = [UIColor blueColor];
[refresh_tbl_task addTarget:nil action:@selector(loadTasksTable) forControlEvents:UIControlEventValueChanged];