XMCircleType
XMCircleType copied to clipboard
Text Direction
I would like to change the text direction as when it's curve from top to bottom its looks good, but when curving bottom to top text are opposite direction so would like to invert the text direction.
I haven't used or updated this component for 5 years, but if it still works, you ca easily modify it to run the other way. Try changing lines https://github.com/MichMich/XMCircleType/blob/master/XMCircleType/Views/XMCircleTypeView.m#L112 and https://github.com/MichMich/XMCircleType/blob/master/XMCircleType/Views/XMCircleTypeView.m#L148 to subtract in stead of adding.
Thanks for the reply but unable to do with suggested method applied instead CATransformScale for doing the same.