How Can I Create Custom View Like This ?
like this

Anyone Have Tutorials to make view like left hand side view?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The one on the left hand side isn’t quite distinguishable from UITableView. All you need is to put it on storyboard and play with its properties – like you can set row height from storyboard itself. To customize the titles like ‘Browse Gifts’, ‘BirthDays’ etc. – refer to delegate method tableView:viewForHeaderInSection under documentation.
Then there is this excellent tutorial about how to make horizontal scrolling of rows possible in your table view.