objective c - Page controller not displaying correctly -


The division on my page control, which is in an EXB, has been cut / trimmed on an iPad non-retina . A pixel or 2 is missing in the top and right sides of the dots. How to fix any idea?

Here is a screenshot of dots (see closely) Enter image details here < /p>

This is usually due to an odd number split, and this is why you can only do it with non-retina devices Look at This will be useful for viewing the frame of your page control for both size and coordinates, there is a strange value between those people who go to the non-retina screen to bring the component to "half-pixel". Looking at the image you attached looks like the original. It is placed on the "half-pixel" value. Try frame NSLog and you will probably see what I mean.

Hope it helps.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -