美文网首页
2019-07-31

2019-07-31

作者: 柯索 | 来源:发表于2019-07-31 17:27 被阅读0次

    设置自定义self.navigationItem.rightBarButtonItem,iOS11以下这样写的写的按钮

    [UIButton buttonWithType:UIButtonTypeCustom]不显示。

    换成

    [[UIButton alloc]initWithFrame:CGRectMake(0, 0, 50, 40)]

    成功显示

    参考:https://blog.csdn.net/ly410726/article/details/82426667

    相关文章

      网友评论

          本文标题:2019-07-31

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