CaliCastle / PopMenu

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

How to Offset Bottom Left? #71

Open cllanjim opened 2 years ago

cllanjim commented 2 years ago

menu.appearance.popMenuPresentationStyle = .near(.bottom, offset:CGPoint(x: 10, y: 10))

cllanjim commented 2 years ago

I found that the offset doesn't seem to work?