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.
我想知道当我打开应用程序和关闭应用程序时是否可以慢慢增加alpha MainWindow。我知道它可能涉及计时器之类的事情,但我以前从未处理过这种事情。我需要你们的帮助……!
凯文
使用 NSViewAnimation。尽管有这个名字,它也适用于窗口和视图。
[自我setAlphaValue:0];
这将设置窗口的 alpha。只需创建一个 NSTimer 来增加或减少 alpha 值。该值是一个 <#(CGFloat)windowAlpha#>。