CaliCastle / PopMenu

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

PopMenuPresentationStyle Doesn't Do Anything #56

Open bradleyandrew opened 4 years ago

bradleyandrew commented 4 years ago

✔️ Issue Checklist

✍🏻 Issue Description

When configuring the appearance of the Pop Menu, popMenuPresentationStyle doesn't do anything.

Write code as follows: popMenu.appearance.popMenuPresentationStyle = .near(.left, offset: CGPoint(x: 100, y: 100)) No change in Pop Menu.

This parameter seems to be present in PopMenuAppearance.swift but there is no reference to it anywhere else in the code.

Thanks!

💻 Environment