iOS Question SizeToFit and Handle Resize

Grant Fullen

Member
Licensed User
I have a slideshow with a TextView overlay. Is it possible at all to have the SizeToFit working on the TextView with handle resize enabled? It's not doing it for me. Am I doing it in the wrong order or something?

It seems like it works when I click a button to do it after everything is loaded and done. However, it doesn't want to do it when I'm loading everything on the app run.
 

Grant Fullen

Member
Licensed User
I'm dynamically loading layouts (fullscreen slides, half slides, etc.). I removed AutoScaleAll on that one and it seems good so far. Thank you very much!
 
Upvote 0
Top