這不適合我。 堆棧流需要更多的細節。 細節是,這是代碼,它沒有工作。 我想弄清楚爲什麼。爲什麼這個Mac全屏幕代碼無法工作?
- (IBAction)ButtonPush:(id)sender {
NSWindowCollectionBehavior behavior = [self.window collectionBehavior];
behavior |= NSWindowCollectionBehaviorFullScreenPrimary;
[self.window setCollectionBehavior:behavior];
}
「不起作用」是什麼意思?你收到錯誤信息了嗎?魔鬼從你的鼻子裏飛出來了嗎? – geoffspear
@Wooble什麼都不做。 – user2568374