UIActionSheet can't show as expected in iOS9

喜欢而已 提交于 2019-12-13 05:53:24

问题


I found my app can't show UIActionSheet as expected in iOS9。 when I show action sheet, the cornerRadius is big than normal cornerRadius at first, and it will recover to the normal cornerRadius in a very short time。link of images

Any help and suggestions will be highly appreciable。


回答1:


Disable Renders with edge antialiasing(UIViewEdgeAntialiasing) in your Info.plist



来源:https://stackoverflow.com/questions/32889588/uiactionsheet-cant-show-as-expected-in-ios9

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