コントローラーに2つ作りUITableViewましたが、UIViewスムーズに動きます。UIButtoncall を実行するために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];