danqing/2048

board size does not fit on iphone 6 plus

duongifc opened this issue · 3 comments

board size does not fit on iphone 6 plus

I have same issue board size get double than it should be. Can anyone have fixed this?

Is that 5x5 board? Do you have a screenshot @virajpadsala ?

in my case I just add below line to scene

_board.size = CGSizeMake(self.frame.size.width, self.frame.size.height);