Browsing articles tagged with " UITableViewCell"
Nov
12
2011

Build a custom UITableViewCell

uitableviewcell subclass

Customize the UITableViewCell for ios app is simple. You can download the source code from my github. First create a project with UITableViewController. The create a new subclass of UITableViewCell named ‘CustomCell’. @interface CustomCell : UITableViewCell { } Add the UI components to be displayed on the table cell. For example UILabel, UIImageview, etc. In this example, we add 2 labels and an image.   @interface CustomCell : UITableViewCell { UILabel *leftLabel; UILabel *rightLabel; UIImageView [...]

Ads

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Facebook Page

Categories