2017-02-24 22 views

回答

1

經過數小時的研究,我發現UITextField的聚焦順序取決於故事板文件中XML節點的順序。

The order of the XML nodes of <code>UITextField</code>s

因此,我改變了這個順序,一切都會按我想的罰款。

0

IQAutoToolbarManageBehaviour

你的情況可能是

IQKeyboardManager.sharedManager().toolbarManageBehaviour = .byTag 

然後加入標籤TextFields

textField1.tag = 1 
textField2.tag = 2 
textField3.tag = 3