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

Added an optional "Active" image #1

Closed multinerd closed 8 years ago

multinerd commented 8 years ago

unfortunately its half assed. but heres what it looks like

http://imgur.com/S1V8ZcI

multinerd commented 8 years ago

something else i want to add, im having trouble forcing the tableview to scale, for example, if my datasource has 10 items, it shows great on portrait but nothing for landscape (http://imgur.com/a/ZJvIl)

ill do another pull request if/when i figure that out

liufengting commented 8 years ago

maybe you want to look into this: https://github.com/liufengting/FTPopMenu . It's wapped from UIPopoverViewController. It's not finished yet. I will finish it in the near future.