We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c4d32 commit 489ad3cCopy full SHA for 489ad3c
1 file changed
Coding_iOS/Views/ScreenView.m
@@ -87,6 +87,8 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
87
88
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
89
[tableView deselectRowAtIndexPath:indexPath animated:YES];
90
+ self.keyword = nil;
91
+ _searchBar.text = nil;
92
_selectNum = indexPath.row;
93
[tableView reloadData];
94
if (indexPath.row < _tastArray.count) {
0 commit comments