tags:

views:

42

answers:

1

Dear all,

Currently, I can keep the axises at bottom-left side of screen by using CPConstraints, isFloatingAxis and set a properly value for orthogonalCoordinateDecimal, but when I change the xRange and yRange value, the axises are moved, so is there anyway to keep them always at bottom-left side without re-calculate and change orthogonalCoordinateDecimal value?

A: 

I found an workaround solution that just set FloatingAxis = YES and rthogonalCoordinateDecimal is 0, do not use CPConstraints, then the axises are always stay at the bottom-left border.

Son Nguyen

related questions