Member-only story

iOS 13 Context Menus and SF Symbols

Anupam Chugh
Better Programming
Published in
4 min readOct 8, 2019

Our final outcome at the end of this tutorial

Plan of Action

Context Menus vs. Peek and Pop

Basic Setup of a Context Menu on a View

Initialization of a Context Menu

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Responses (1)

Write a response

Hello,
How can you create a context menu when you also want the UICollectionView to be able to move cells? Moving cells is initiated with a long-tap which is basically like touch-and-hold for context menus.