I used to love the Auto-layout property before the Absolute positioning property got introduced. The reason for me to love that property was no matter where my items were placed in the frame, it used to automatically align them all together either horizontally or vertically without causing any issues. But, ever since the Absolute positioning property got introduced - I started facing issues with the Auto-layout property, especially for the last item in my selection.
Whenever I try to select a list of items and apply the Auto-layout property now if the last item is positioned slightly higher or lower than the others the Auto-layout property automatically sets the position of that last item to Absolute which is annoying and I have to go inside the frame to select that item and remove the Absolute positioning property from it.
It’d be nice to not have the Absolute positioning property automatically applied to the item which is positioned slightly different than the others in the list.
Auto-Layout —> Last item's position gets set to Absolute automatically
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.