Really nice to follow along! Never seen your channel before - just subscribed - hope your videos get more exposure!
@esatvurcak1090 Жыл бұрын
Great job, Thanks. Your lessons are very helpful.
@christostsangaris47853 жыл бұрын
Nice video! What is the difference between this and Pull Down menu in iOS 14?
@ensarbatuhanunverdi76242 жыл бұрын
Is there any way to add UIContextMenu with double tap? I added my collectionView cell to UIContextMenu long press functions but I also want to add double tap usage.Can you help me?
@diglan783 жыл бұрын
it's become as very useful for me, thank you
@problem.solver4 жыл бұрын
It is really a nice video. You explain simply good :)
@Bandhunt2 жыл бұрын
minute 3:56 gives error on self...
@TheDevMethod2 жыл бұрын
When you are writing your view controller are you implementing UIContextMenuInteractionDelegate? It needs to be after the class name. In my example, the class is named ViewController. So the code looks like “class ViewController: UIViewController, UIContextMenuInteractionDelegate”. Does this help you?