-1

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 !

Community
  • 1
  • 1
AAAbi
  • 19
  • 1
  • 6

1 Answers1

0

You can popup your view controller above your current view controller same as you describe in your image. Please refer below link for your popup view... https://github.com/evnaz/ENPopUp

mrunal thanki
  • 753
  • 6
  • 16
  • i have seen this project.its work well.but my first viewcontroller background make fully blur.i need to show slight blur alone.I have changed the values also.but its not seems work well for background – AAAbi Sep 23 '15 at 16:13
  • As you can see in that there is JWBlurView.h & JWBlurView.m file. You can change with in it and get output according to your requirement. – mrunal thanki Sep 23 '15 at 17:08
  • yes i changed there only.but all method are based on blur.i too change some values.but its not work.this is my first ios app.i am very beginner in it – AAAbi Sep 23 '15 at 17:23