I have a component that I want to use as the background of another autolayout component, however, since the final component needs to be able to resize depending on the length of text, the final component needs to be set to autolayout. Therefor it is isn’t possible, since each layer in the component needs to be an item of the autolayout component.
The only way to achieve this is to not use a component as the background, but instead use an image as a fill on the final component, which doesn’t achieve what I want.
Please help, thanks!