i am new to this development field in iphone and i want to create list button like this:

according to above image i want to create custom object in Xcode
how can i implement it?
Thanks in Advance..
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.
You are talking about “list button” so I guess you want a “list”, i.e. a table view.
You can have a look at UITableViewCell, and more specifically to its imageView, textLabel and detailedTextLabel properties which look like what you want to achieve.
Useful documentation from Apple about tableView cells can be found here