我有一个带有文本字段作为子视图的alertview,我想通过带有alertview按钮的文本字段提交gmail,但如何访问文本字段
答案 0 :(得分:0)
使用UITextFieldDelegate
确认并在班级中实施以下功能
– textField:shouldChangeCharactersInRange:replacementString:
– textFieldShouldClear:
– textFieldShouldReturn:
答案 1 :(得分:0)
使用委托方法访问Alertview的子视图。