Button doesn't appear but can be clicked

Hello, im having Issues with Swift Buttons in Tab Bar View Controller. The first View Controller works normally but the second not. On the second View Controller are Labels loaded directly but Buttons not. You can click the Buttons which appear after being clicked or click a different View Controller and then Click back on the main one.

The Buttons are also working when they are invisible.

On the simulator works everything fine but on my physical iPhone 11 not.

Thanks for help

Replies

If you keep on not showing any code, you'll keep on not getting any help…

  • I just needed to change the Background Color on the other ViewControllers. Why is the FILLED Button loading directly with background color on the first ViewController but on the other not?

Add a Comment