Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
abusaadp opened this issue Feb 7, 2015 · 1 comment

Comments

@abusaadp
Copy link

abusaadp commented Feb 7, 2015

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

@christ776
Copy link

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

thanks!
Christian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants