newlinedotco / FlappySwift

swift implementation of flappy bird. More at fullstackedu.com
https://www.fullstackedu.com
MIT License
9.68k stars 2.68k forks source link

Auto Layout on different devices #56

Closed hooman96 closed 7 years ago

hooman96 commented 9 years ago

Can we add auto lay out so that when we use different simulator like iPad, user can still play the game?

jashmenn commented 9 years ago

I love this idea

pawurb commented 7 years ago

Maybe I don't get it but in sprite kit you support different device sizes by scaling SKScene, not with autolayout. Anyway game seems to be working fine on both iphone and ipad simulators, I will close it then. @hooman96 please reopen if you think we can make some improvement here.