Four basic table formats

Source: Internet
Author: User

The iPhone provides four basic table View cells. After SDK 3.0, each cell has three attributes: textlabel, detailtextlabel, and imageview.

The following describes the four basic formats:

1. uitableviewcellstyledefault

The format provides a simple left-aligned text tag textlabel and an optional image imageview. If the image is displayed, the image is on the leftmost side.

Although this format can be set to detailtextlabel, this label is not displayed.

2. uitableviewcellstylesubtitle

Compared with the previous one, this format adds support for detailtextlabel. The label is displayed under the textlabel label, and the font is relatively small.

3. uitableviewcellstylevalue1

In this format, textlabel is displayed on the left, detailtextlabel is displayed on the right, and the font is small.

This format does not support images.

4. uitableviewcellstylevalue2

In this format, a small blue main label textlabel is displayed on the right, and a small black subtitle detail label detailtextlabel is displayed.

This format does not support Images

I personally think that the formats 1 and 2 are mostly used. If these two cannot meet my requirements, we will use the custom uitableviewcell method.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.