博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
如何隐藏 shortcut bar
阅读量:7093 次
发布时间:2019-06-28

本文共 278 字,大约阅读时间需要 1 分钟。

if ([self respondsToSelector:@selector(inputAssistantItem)]) {

// iOS9.

UITextInputAssistantItem* item = [self inputAssistantItem];

item.leadingBarButtonGroups = @[];

item.trailingBarButtonGroups = @[];

}

shortcut bar 在ios9 才有

转载于:https://juejin.im/post/5a3115196fb9a044fa19dc31

你可能感兴趣的文章
php最快捷的插入数据,3000万仅需5秒
查看>>
学习jsp和java的心得
查看>>
如何部署WebSphere服务器的开发环境
查看>>
python 解析ajax请求带有json参数,请求方式是post的url(注意:参数的json格式的)...
查看>>
Md5
查看>>
Linux防火墙基础与编写防火墙规则
查看>>
程序的局部性原理
查看>>
spring-session(二)与spring-boot整合实战
查看>>
Man's Best Friend: The Science Behind the Dog and Human Relationship
查看>>
zw版【转发·台湾nvp系列Delphi例程】HALCON HWindowX 01
查看>>
POJ2421 Constructing Roads
查看>>
在服务器上安装MongoDB
查看>>
20140104
查看>>
并发编程路线
查看>>
规则(1)
查看>>
自动焊接过程概述
查看>>
0103 最短Hamilton路径【状压DP】
查看>>
CF1025B Weakened Common Divisor【数论/GCD/思维】
查看>>
ajax格式,转入后台
查看>>
oracle 反向索引
查看>>