liufengting / FTPopOverMenu

FTPopOverMenu is a pop over menu for iOS which is maybe the easiest one to use. Supports both portrait and landscape. It can show from any UIView, any UIBarButtonItem and any CGRect.
MIT License
1.04k stars 170 forks source link

What should i do for without dismiss function block? #38

Open SriSamVictor opened 5 years ago

SriSamVictor commented 5 years ago

i don't want to call the dismiss block when i click the another button.

liufengting commented 5 years ago

I don’t think it supports what you want. You could fork it and make your changes.