Displaying menus on image
- by Snehal
Hi all,
Here is what i am doing:
I have a viewcontroller screen1 to which I have added long press gesture. On longPress, user will get draw menu. On selecting that menu, i am creating another uiviewcontroller class object which has a rectangle image. This instance i am adding as a subview to screen1.
Now what i want is that once the image is displayed on the screen1, i want to display UImenuItems Done and cancel above the image drawn so that on tapping on done menu, the image is saved.
I tried making the new viewcontroller as firstResponder after adding image to screen1 but the menus are not visible.
Any one please help