美文网首页
ios9 uisearchbar 输入时 关闭灰色页面

ios9 uisearchbar 输入时 关闭灰色页面

作者: AAup | 来源:发表于2016-06-17 23:08 被阅读65次

开发工程中会常用到以下代码
// 设置UISearchController的显示属性,以下3个属性默认为YES
//搜索时,背景变暗色
_searchController.dimsBackgroundDuringPresentation = NO;
//搜索时,背景变模糊
_searchController.obscuresBackgroundDuringPresentation = NO;
//隐藏导航栏
_searchController.hidesNavigationBarDuringPresentation = NO;

使用前 使用后

相关文章

网友评论

      本文标题:ios9 uisearchbar 输入时 关闭灰色页面

      本文链接:https://www.haomeiwen.com/subject/orbvdttx.html