You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: