テーブルの特定のセクションをリロードするにはどうすればよいですか?
[self.tableView reloadSections:[NSIndexSet indexSetWithIndex:indexPath.section] withRowAnimation:UITableViewRowAnimationFade]
ruby の構文でこのようなものを書くにはどうすればよいでしょうか?
テーブルの特定のセクションをリロードするにはどうすればよいですか?
[self.tableView reloadSections:[NSIndexSet indexSetWithIndex:indexPath.section] withRowAnimation:UITableViewRowAnimationFade]
ruby の構文でこのようなものを書くにはどうすればよいでしょうか?