how can i make this button smaller?
I have added constraints but it does not work.
CodePudding user response:
Before Adding Constraints, Try to resize it Manually. but that can also mess whole UI up. The better solution is if you do it programmatically. Just connect the outlet and set the size of it not much of a code.