如何删除< > (下一个/上一个)Eureka表单中的工具栏完成了吗? [英] How do you remove the < > (next / previous) Done toolbar in Eureka forms?

查看:106
本文介绍了如何删除< > (下一个/上一个)Eureka表单中的工具栏完成了吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何删除与所述工具栏<>完成"在键盘的顶部当选择尤里卡形式行?我只想要普通的键盘.从文档中尚不清楚如何执行此操作.另外,此工具栏在iOS文档中通常指的是什么?谢谢.

How do I remove the toolbar with " < > Done" on top of the keyboard when a Eureka form row is selected? I'd just like to have the regular keyboard. It isn't clear from the documentation how to do this. Also, what is this toolbar generally referred to as in the iOS documentation? Thank you.

推荐答案

您必须在viewController

override func inputAccessoryViewForRow(row: BaseRow) -> UIView?

并在其中返回nil

override func inputAccessoryViewForRow(row: BaseRow) -> UIView? {
    return nil
}

Swift 3.0

感谢@ T.Coutlakis

Swift 3.0

thanks to @ T.Coutlakis

override func inputAccessoryView(for row: BaseRow) -> UIView? {
    return nil
}

这是结果

希望这对您有帮助

这篇关于如何删除&lt; &gt; (下一个/上一个)Eureka表单中的工具栏完成了吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆