In Apple's UICatalog, some segmented controls' y distance is set at "yPlacement += 30;"
If I set it at "yPlacement = 30;" it moves up around 10 pixels from current position (so it's 20 pixels from the top of the window).
If I set it at "yPlacement + 30;" it moves up around 30 pixels (so it's 30 pixels from the top of the window).
Can anyone help me understand this?
Thanks,
Steve
If I set it at "yPlacement = 30;" it moves up around 10 pixels from current position (so it's 20 pixels from the top of the window).
If I set it at "yPlacement + 30;" it moves up around 30 pixels (so it's 30 pixels from the top of the window).
Can anyone help me understand this?
Thanks,
Steve