1

My problem is that the buttons in my Stackview don't work. I configured 6 buttons in Storyboard (user Interaction is enabled) and put them all in a stackview because I need them to organize automatically, when I hide one or more of the Buttons. But I have the problem that when I touch one of the Buttons nothing happens, not even an error. When pulling one of the buttons outside of the Stackview and put in anywhere on the screen it works. Do I have to configure the stack view in a special way to enable buttons to be touched or what did I miss?

rmaddy
  • 314,917
  • 42
  • 532
  • 579

1 Answers1

2

Works for me see attached screenshot...

enter image description here

Tomasz Czyżak
  • 1,118
  • 12
  • 13
  • Omg I am so stupid. I made my navigation bar transparent and put the buttons exactly on the navigation bar but without recognizing it. Sorry for this dumb question. – Michael Baumgärtner Feb 17 '18 at 22:21