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 171 forks source link

Added separatorColor support #24

Closed flyandi closed 6 years ago

flyandi commented 6 years ago

It seems the separator is a important element to be customized. I added support for iOS that the cell separator can be customized with different colors.

Also updating the React Native implemention to support this feature.

image