iphone - How to present a modalView just above the control which makes it pop up? -


enter image description here

how can create modal pop above button clicked?

as shown here above in image, pop above button "sleeping baby".

i want modal pop in similar way.

how can that?

you can changing frame of popup view animation -

[popupview setframe:];  [uiview beginanimations:nil context:null]; [uiview setanimationduration:0.5]; [popupview setframe:]; [uiview commitanimations]; 

Comments