开发者

UIviewcontrollerproblem

In my view i have Textfield.If i move that TextField it should open iphone keyboard occupies.Extra Tex开发者_运维百科tFields doesn't display

Please help in this issue.


If you want the keyboard to slide away when you click outside the textfield implement:

- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
{
    [myTextfield resignFirstResponder];
}
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜