1
我想通過縮放變換爲一個自定義NSWindow(只包含一個圖像)製作動畫。 我以前使用CGSPrivate功能,但我想發佈我的應用程序到應用程序商店,所以它沒有更多的選項。Animate NSWindow
你知道我怎麼能達到同樣的效果嗎?
我想通過縮放變換爲一個自定義NSWindow(只包含一個圖像)製作動畫。 我以前使用CGSPrivate功能,但我想發佈我的應用程序到應用程序商店,所以它沒有更多的選項。Animate NSWindow
你知道我怎麼能達到同樣的效果嗎?
如果您只需要調整NSWindow
實例,則應該查看setFrame:display:animate:
函數。