DHamrick
DHamrick

Reputation: 8488

Multiple cells per row in UITableView

Is there any way to have multiple cells per row in a uitableview using the uitableviewstylegrouped style? It exists in several of the official applications such as contacts but it could easily be a private API. If it is private has anybody found a good workaround?

alt text
(source: meeu.me)

Upvotes: 2

Views: 1296

Answers (1)

Louis Gerbarg
Louis Gerbarg

Reputation: 43452

No. Those apps also have a single cell per row. The image you link is in most likely a single custom cell that contains two UIButtons as subviews, or a footer view.

Upvotes: 5

Related Questions