关于objective c:以编程方式进入编辑模式TextField | 珊瑚贝

Programmatically enter edit mode TextField


我的 uitableviewcell 中有一个可编辑的文本字段,并希望用户能够编辑该文本字段的内容。这在用户单击小文本字段时有效,但我想在单击 tableviewcell 时进入该编辑模式。

因此,在 tableview didselect 行委托中,我需要以编程方式进入该文本字段的编辑模式,但我找不到任何方法来执行此操作。这甚至可能吗?


1
[textField becomeFirstResponder];

以下是如何使用此方法的示例:

1
2
3
4
5
    (void)tableView:(UITableView *)tblView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
    {
          UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
          [cell.textField becomeFirstResponder];
    }


来源:https://www.codenong.com/14873596/

微信公众号
手机浏览(小程序)

Warning: get_headers(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(): Failed to enable crypto in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(https://static.shanhubei.com/qrcode/qrcode_viewid_9680.jpg): failed to open stream: operation failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57
0
分享到:
没有账号? 忘记密码?