CharacterText icon indicating copy to clipboard operation
CharacterText copied to clipboard

Placing two Motion Labels inside a UIscrollview with auto-layout is not possible

Open abusaadp opened this issue 10 years ago • 1 comments

Hi, I am working to get two animation labels (motion label) inside a scrollview with auto-layout but both the labels are getting overlapped. The bug I think is we are are not allowing the UILabel to render its text in the character label hence the layout parameters are not updated on the label. I tried assigning super.text in the override text function. Now the auto-layout works but there are two rendering of texts on the screen which is spoiling everything. Please help me in using two motion labels inside the scrollview with auto-layout.

Regards, Abu Saad Papa

abusaadp avatar Feb 07 '15 11:02 abusaadp

Hi I'm having the same issue, where did put the super.text ?

thanks! Christian

christ776 avatar Sep 10 '15 13:09 christ776