Is it possible to make the navigationcontroller title a button? but without a button look to it. I want it to be just text that if you click on it a view/actionsheet pops up from the bottom
If so, can you show me programmatically how I would make it a button?
Thanks
Is it possible to make the navigationcontroller title a button? but without a button
Share
You can set
TitleViewofnavigationItemto set a button as title.Here is what i tried and got it working:
But if you don’t want it to look like a button, you have set the
buttonWithTypetocustomand set itsbackGroundImageproperty.in
btnActionhave your code to show the pop ups.