所以我下面這個教程顯示banner ad
http://insaneplatypusgames.com/2016/03/29/adding-admob-banners-to-spritekit-games/鏈接視圖控制器和場景來展示廣告(SpriteKit)
而且它提供的代碼是非常簡單的。我正在尋找在我的應用程序開始處的主菜單上添加廣告。
我到了最後一步,
// Linking view controller and scene to show ads
scene.ViewController = self
,我得到一個錯誤:
Value of type MainMenuScene has no member 'ViewController' - Did you mean inutViewController? And I didn't mean inputViewController.
你可能需要更多的信息,但我不知道什麼,所以就像我可以包括它。
或者,如果有人知道另一個教程,他們可以直接我,這將是真棒,以及 – Trlewi