I'm changing the sizes of two buttons in the viewDidLayoutSubviews and they have the same size but when I try the aplication the size had changed, I printed the sizes in the viewDidLayoutSubViews and they have the same size but when I print the size in the viewDidAppear the size of one button change I dont know why.
I'm not using the autoresizesing in any of the buttons but if I use it the problem persists.
I'm not using constraints because I don't know use it well, I'm starting in swift