CaliCastle / PopMenu

A fully customizable popup style menu for iOS 😎
https://popmenu.cali.so
MIT License
1.6k stars 179 forks source link

Fix #22, use customView of UIBarButtonItem instead #27

Closed CaliCastle closed 5 years ago

CaliCastle commented 5 years ago

Checklist

CaliCastle commented 5 years ago

@raxityo yeah I was aware of that and it's kinda the only way to accommodate usage with UIBarButtonItem, it's only possible to get the frame and position attributes using the private API without customView so I guess it makes sense to force a customView then