You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apple introduced a new default card presentation. And vertical scroll is not working because it scroll cardview. In order to force the fullscreen you have to add in the file NumberTileGame.swift -> end of init() line 45 -> add next code:
self.modalPresentationStyle = .fullScreen
The text was updated successfully, but these errors were encountered:
Apple introduced a new default card presentation. And vertical scroll is not working because it scroll cardview. In order to force the fullscreen you have to add in the file NumberTileGame.swift -> end of init() line 45 -> add next code:
self.modalPresentationStyle = .fullScreen
The text was updated successfully, but these errors were encountered: