Chris
Chris

Reputation: 3057

iOS5 Pages like view

is in iOS5 a particular view for a "Pages" style? Is there a certain control/UI element which I could use? I do not need the preview mode of a document, just an image and a text below it which come from an NSArray or something like similar...

I'm looking for something like this:

enter image description here

Upvotes: 0

Views: 75

Answers (3)

Blitz
Blitz

Reputation: 5671

We use Gridviews for this - See the above mentioned AQGridView

Upvotes: 1

Novarg
Novarg

Reputation: 7450

Take a look here. It's the sample of Apple that will provide pretty much the same interface as you want.

Hope it helps

Upvotes: 0

Yama
Yama

Reputation: 2649

You can do it with Custom UItableview. It would give you effect like grid view.

Upvotes: 0

Related Questions