Skip to content

PaulSolt/UIMenuController-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UIMenuController-Tutorial

Learn how to setup the UIMenuController for a custom UIViewController Screen

The UIMenuController is an easy way to give the user copy/paste menu features in an app. You can also use it to expose custom features like saving, viewing, or deleting content. It can be a little tricky to setup and show the menu, so I'll show you how to get started.

We'll need to implement some methods from the UIResponder class in order to enable the popup UIMenuController to appear. Missing any of the lines of code below means that you won't see anything.

Video and Code Tutorial

UIMenuController Popup Edit Menu

About

Learn how to setup the UIMenuController for a custom UIViewController Screen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published