iOS Xcode Custom Keyboard Extension advanceToNextInputMode() Not Working in UITabViewController -


i using uitabcontrollerview via storyboard in custom keyboard app extension swift. there no exceptions when debug , unable switch next keyboard calling advancetonextinputmode(). here structure.

i attempted adding advancetonextinputmode() call didappear function created uibutton. neither works.

thank you

enter image description here

i found in identity inspector of tabbaritem use switch keyboards had set uiviewcontroller. after switching uiinputviewcontroller worked fine.


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -