PopMenu icon indicating copy to clipboard operation
PopMenu copied to clipboard

A fully customizable popup style menu for iOS 😎

Results 40 PopMenu issues
Sort by recently updated
recently updated
newest added

## ✔️ Issue Checklist - [ ] I have updated PopMenu to the latest version. - [ ] I have read the [Contribution Guidelines](https://github.com/alexaubry/BulletinBoard/blob/master/CONTRIBUTING.md). - [ ] I have read...

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

menu.appearance.popMenuColor.backgroundColor = .solid(fill: .white) Why isn't the background pure white? pure white like android?

## ✔️ Issue Checklist - [x] I have updated PopMenu to the latest version. - [x] I have read the [Contribution Guidelines](https://github.com/alexaubry/BulletinBoard/blob/master/CONTRIBUTING.md). - [x] I have read the [Documentation](https://alexaubry.github.io/BulletinBoard). -...

### Checklist - [x] I've tested my changes. - [x] I've read the [Contribution Guidelines](https://github.com/CaliCastle/PopMenu/blob/master/CONTRIBUTING.md). - [x] I've updated the documentation if necessary. ### Motivation and Context I want the...

## ✍🏻 Issue Description Errors in Haptics.swift with changes in Xcode 13. specifically: Enum cases with associated values cannot be marked potentially unavailable with '@available' ## 💻 Environment - **Xcode...

## ✔️ Issue Checklist - [x] I have updated PopMenu to the latest version. - [x] I have read the [Contribution Guidelines](https://github.com/alexaubry/BulletinBoard/blob/master/CONTRIBUTING.md). - [x] I have read the [Documentation](https://alexaubry.github.io/BulletinBoard). -...

enhancement

## ✔️ Issue Checklist - [x] I have updated PopMenu to the latest version. - [x] I have read the [Contribution Guidelines](https://github.com/alexaubry/BulletinBoard/blob/master/CONTRIBUTING.md). - [x] I have read the [Documentation](https://alexaubry.github.io/BulletinBoard). -...

menuViewController.appearance.popMenuColor.backgroundColor = .solid(fill: .white) ![iShot2021-05-12 10 41 53](https://user-images.githubusercontent.com/11830896/117910541-b0ad6600-b30e-11eb-94a3-9dc86c869973.jpg)

在指定视图位置弹出,当设备旋转后,需要跟着调整位置。