iOS horizontal white line on iPhone

Monkey Forums/Monkey Bug Reports/iOS horizontal white line on iPhone

Boulderdash(Posted 2017) [#1]
There is a white line about 1cm from top only visible in portrait mode.

It looks like the canvas is one pixel off and a row of white pixels can be seen (re blob monster) then I built my project and the white line is still there, both programs have black backgrounds.

I'm using iOS 10.2 on an iPhone 6 and latest Xcode and OS is Sierra

The line is one pixel wide and the entire width of the display this leads me to believe the drawing canvas is offset by one pixel leaving a gap ? possibly.


Xaron(Posted 2017) [#2]
Try to use the image flag XYPadding when loading your images.


Boulderdash(Posted 2017) [#3]
Thanks it was a real problem.