CharacterText
CharacterText copied to clipboard
Placing two Motion Labels inside a UIscrollview with auto-layout is not possible
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
Hi I'm having the same issue, where did put the super.text ?
thanks! Christian