Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lakr233/chidorimenu
Drop in replacement for _presentMenuAtLocation:
https://github.com/lakr233/chidorimenu
Last synced: about 2 months ago
JSON representation
Drop in replacement for _presentMenuAtLocation:
- Host: GitHub
- URL: https://github.com/lakr233/chidorimenu
- Owner: Lakr233
- License: mit
- Created: 2023-09-16T06:00:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-16T07:26:20.000Z (over 1 year ago)
- Last Synced: 2024-05-01T18:42:45.191Z (8 months ago)
- Language: Swift
- Size: 13.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChidoriMenu 🐦⚡️
An easy way to add popover menus visually similar to the [Context Menus](https://developer.apple.com/design/human-interface-guidelines/ios/controls/context-menus/) and [Pull Down Menus](https://developer.apple.com/design/human-interface-guidelines/ios/controls/pull-down-menus/) iOS uses but with some advantages. (Effectively just a rebuild of Pull Down Menus as a custom view controller to gain some flexibility.)
Copied most of the code from [https://github.com/christianselig/ChidoriMenu](https://github.com/christianselig/ChidoriMenu), same license.
## Features
- [x] Added drop in replacement for `_presentMenuAtLocation:`
```
UIButton.presentMenu() // that's all
```## Requirements
- iOS 14.0+
## License
[MIT License](./LICENSE)
---
2023.9, Made with love by Lakr233