I have a slide tab menu at the bottom edge of my app, with a little tab poking up in the center bottom for the user to tap to slide it's contents into view, and tap again to slide out of view. I can't figure out how to do this programmatically. Setting isExpanded = YES doesn't do anything.
Hi,
I've already answered your support case with the same question, but I'll repeat what I said here in case anyone would have the same issue.
Upon creating a test project for isExpanded the property worked as intended. I've attached a test project to this case so you can see the usage of it.