I am trying to setup a side/slide menu but all the examples I find has a fixed width so when it comes to hide/show the menu they are playing with a -/+ value for the width constraint.
I wanted to set the width with a percentage ratio so I've chosen to define the width constraint as constant = 0 and multiplier = 0.4
I'm new to xcode/iOS so what is the way to show/hide the menu when you have variable width depending on the screen size?
Do I over complicate the problem? Should I stick with fixed width?