Skip to content

Commit

Permalink
Add description for installTo(responder:shouldShowForAction:)
Browse files Browse the repository at this point in the history
  • Loading branch information
cxa committed Mar 30, 2018
1 parent dbbe141 commit a5be342
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ Just init `UIMenuItem`s with above APIs, and set them to `menuItems` of `UIMenuI
Check dome projects (both Swift and Objective-C are provided) for more details.
## Advance Usage
For menu items out of your control, you can use `static func installTo(responder: UIResponder, shouldShowForAction: @escaping (Selector, Bool) -> Bool = default)` to configure items visibility. Check [AutoPopupMenuContorllerDemo](AutoPopupMenuContorllerDemo).
## About Me
* Twitter: [@_cxa](https://twitter.com/_cxa)
Expand Down

0 comments on commit a5be342

Please sign in to comment.