美文网首页初见
iOS菜鸟学习--小坑总结

iOS菜鸟学习--小坑总结

作者: 路灯守望者 | 来源:发表于2018-09-03 20:32 被阅读0次

(此文章用于自己备忘所用,如果你不小心点进来了,发现了错误,欢迎指出,不胜感激)

1、设置 self.navigationController.toolbar items时,不可以使用 self.navigationController.toolbar.items 要用 self.toolbarItems

2、使用 [[UIBarButtonItem alloc]initWithCustomView:(UIImageView*)] 方法时,如果 imageView 的frame小于 image 的大小,imageView 的 frame 设置将会失效,将会以 image 的大小设置frame (PS:此为 self.navigationController.toolbar ,额,原因未明,barItem无法设置frame)

相关文章

网友评论

    本文标题:iOS菜鸟学习--小坑总结

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