I created a button with auto layout. However, I want to add constraints so that when I change the frame size (screen size), the button will also adjust its size. My goal is to have the button constrained to the bottom of the screen and Left + Right.
For some reason, despite following the tutorials online, the button is always constrained to the Bottom + Right. Even if I change the settings to Bottom + Left or Bottom + Left & Right.