UIActionSheet Tinting

不羁的心 提交于 2019-12-05 06:27:17

问题


Anyone know anyway to tint uiactionsheet in uikit?


回答1:


Yes, because it's an UIView (as described by kmit) you can use the following commands: addSubview, thereby you can add your own background and order it back with sendSubviewToBack. (you can delete the old background by this: [[youralert.subviews objectAtIndex:0] removeFromSuperview])



来源:https://stackoverflow.com/questions/1301909/uiactionsheet-tinting

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