I have 2 view controller (A,B). In A viewcontroller I have one button.When that button pressed .My B viewcontroller should show up like pop up on same viewcontroller (A).with background of 'A' viewcontroller.Tat should like this image This image.I too follow some suggestion gave in stackoverflow.But its seems not work Answer 1 Answer 2 .Some one please suggest me How to do this.I dont need some alert message and all.I need to work like my above image link(This image) Also in my pop up viewcontroller where ever i touch it should move again to 'A' Viewcontroller
Thanks in advance !