Posts

Post not yet marked as solved
1 Replies
And the following code is located in ViewDidLoad:- (void)viewDidLoad { interaction = [[UIContextMenuInteraction alloc] initWithDelegate:self]; [imageView addInteraction:interaction]; }