In my application,i have some .strings files.And on a button click,which is on my main view,i have to display the contents taken from these .strings file and it should appear like a pop up view like the screen shot i have attached.How can i do this?Anyone have any helpful tutorials or a solution?

just make a view with these number of labels or textviews.and set label.text=corresponding strings if it is string only or set the content of the text view with the files.and hide the view in the view didload.and then present or unhide the view when the button click event.and then again hide it in the close button action.