JPullEmailTF icon indicating copy to clipboard operation
JPullEmailTF copied to clipboard

下拉的tableView邮箱列表被遮住了

Open iOS-chenqiulin opened this issue 8 years ago • 1 comments

我按照你的demo的接入到我的项目里面,我项目里有账号和密码UITextfield,点击账号textfield输入@后是有下拉邮箱列表,但是被密码UItextfield遮住了,加在密码textfield下面一层了,这种要怎么处理啊?

iOS-chenqiulin avatar May 25 '17 05:05 iOS-chenqiulin

@ IOS-chenqiulin
这是视图层次关系导致的,用这个方法: - (void)bringSubviewToFront:(UIView *)view; 把该控件在其父视图中置顶。

mythkiven avatar May 25 '17 05:05 mythkiven