So i’m trying to resize a frame with components inside it but it won’t resize them they will just stay at their usual size. Please help
Hi @Syckofps,
Does the frame, with components inside, has auto-layout?
If so, have you checked that the component used a width or heigh (depending on how you are trying to resize the frame) of : fill
?
Otherwise try to change the constraint of components inside the frame as explain in this documentation :