• Home
  • Raw
  • Download

Lines Matching refs:tableView

87 - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {
91 - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
106 - (void)removeAllAccessories:(UITableView *)tableView
109 for (int i = 0; i < [tableView numberOfRowsInSection:section]; i++) {
111 UITableViewCell *cell = [tableView cellForRowAtIndexPath:rowPath];
116 - (void)tableView:(UITableView *)tableView
119 [self removeAllAccessories:tableView inSection:section];
120 UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
122 [tableView deselectRowAtIndexPath:indexPath animated:YES];
127 - (nullable NSString *)tableView:(UITableView *)tableView
143 - (UITableViewCell *)tableView:(UITableView *)tableView
147 return [self audioSettingsTableViewCellForTableView:tableView atIndexPath:indexPath];
150 return [self videoResolutionTableViewCellForTableView:tableView atIndexPath:indexPath];
153 return [self videoCodecTableViewCellForTableView:tableView atIndexPath:indexPath];
156 return [self bitrateTableViewCellForTableView:tableView atIndexPath:indexPath];
164 - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
167 [self tableView:tableView disSelectVideoResolutionAtIndex:indexPath];
171 [self tableView:tableView didSelectVideoCodecCellAtIndexPath:indexPath];
178 - (UITableViewCell *)videoResolutionTableViewCellForTableView:(UITableView *)tableView
181 UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:dequeueIdentifier];
197 - (void)tableView:(UITableView *)tableView
199 [self tableView:tableView
209 - (UITableViewCell *)videoCodecTableViewCellForTableView:(UITableView *)tableView
212 UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:dequeueIdentifier];
228 - (void)tableView:(UITableView *)tableView
230 [self tableView:tableView
240 - (UITableViewCell *)bitrateTableViewCellForTableView:(UITableView *)tableView
243 UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:dequeueIdentifier];
292 - (UITableViewCell *)audioSettingsTableViewCellForTableView:(UITableView *)tableView
295 UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:dequeueIdentifier];