Change UIPopover background

别来无恙 提交于 2019-12-13 02:34:33

问题


I'm looking to change the popovers border. It's just a solid flat color, so no image required. Is there a property that I can tap in to, or will I have to subclass?


回答1:


Changing the look of a popover being shown via a UIPopoverController isn't supported. I wouldn't even try, as you may do a lot of work to reverse-engineer UIPopoverController, only to have it break in a subsequent software update.



来源:https://stackoverflow.com/questions/4110089/change-uipopover-background

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!