No need to use any third party library for this :-
-
Navigation bar
1.1 Use that arrow for back button by setting leftbarbuttonitem
1.2 For Progress Bar and progress label you can design separate view and can add it as title view (self.navigationController.navigationItem.titleView)
-
For question and answer, you can use table view
2.1 Question:- Use table header or section header
2.2 Answer:- Use Table view cell with check box or radio button
Use single selection logic for radio button and multi selection for check box -
Done Button
Use table footer to show done button
1
solved How to Create this type of view in IOS? (See in Image)