I have a string : 12345678901234567890123456789012345678901234567890(...)
the default label will be layouting from left to right.

and I want to display this label with this kind of layout (and the will be no ellipsis):
the text layout begin not in the left , but starts in the middle
then the layout continue to the right
fill the left at last
How to do this

You can do this a few different ways...
UILabelas subviewsCATextLayerHere's an example using
CATextLayer. Based on your descriptions:I'm calling the custom view subclass
RightLeftLabelView:It uses this
UIFontextension to get the size of the text:and an example controller:
The result looks like this: