Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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:

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