I need to show a view(let us call it child view) as a popup on other view(let us call it parent view). The child view will contains images,labels and a button(TO dismiss the childView). I have googled for about an hour or so, but I am not really understanding on how to start the task. Kindly, help me with the approach,solution to resolve the issue.
Share
Try this code.It will add a subview to your main view along with an animation:
Hope this will help you.