diff options
Diffstat (limited to 'ios')
-rw-r--r-- | ios/iosremote/iosremote/newServer_vc.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/iosremote/iosremote/newServer_vc.m b/ios/iosremote/iosremote/newServer_vc.m index 6c534a475378..f6ae5008fff5 100644 --- a/ios/iosremote/iosremote/newServer_vc.m +++ b/ios/iosremote/iosremote/newServer_vc.m @@ -106,7 +106,7 @@ - (void)viewDidAppear:(BOOL)animated { EditableTableViewCell *cell = (EditableTableViewCell *)[[self tableView] - cellForRowAtIndexPath:[NSIndexPath indexPathForItem:0 inSection:0]]; + cellForRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:0]]; [[cell textField] becomeFirstResponder]; } |