简体   繁体   中英

How to resign CKEditor Keybord in iOS7 on tap to navigation bar buttons?

hello friends I am using CkEditor in iOS7, Xcode 5 for editing in html and then CKEditor keyboard appear like as and now i want to 在此输入图像描述 resign keyboard form CKEditor on by tap navigation right buttons .this is not related to neither UITextField nor UITextView because i had already tried to access UITexField and UITextView Delegates but it's not working.

you can try

[self.view endEditing:YES];

on your navigation right buttons

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM