Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
拿这个 Tweetbot 3 截图:
如何呈现视图并将除前面的视图之外的所有后视图淡化为深色?
创建一个具有背景颜色的全屏 UIView[UIColor colorWithRed:0.f green:0.f blue:0.f alpha:0.5f]并将您的自定义视图添加为这个新视图的子视图,然后根据您的需要,您可以在当前屏幕上呈现这个新的 UIView,除了主中心视图外,它看起来会淡出。
[UIColor colorWithRed:0.f green:0.f blue:0.f alpha:0.5f]