Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在初始扫描视图中删除取消按钮?我将我的应用程序设置为立即进入扫描仪,因此取消是不必要的。
假设您使用的是 SDK 1.2 版并且还使用 ZBarReaderViewController,您可以设置属性 showsZBarControls = NO;
这将删除取消和信息按钮。
找到了。虽然设置 showZBarControls = NO 会删除整个栏,但我需要一些可以删除取消按钮的东西。最好的方法是删除 ZbarControls 并创建一个新的工具栏并覆盖它。