Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

can someone please identify what type of view this is, as i want to implement it. but have just moved over to ipad from iphone and have no idea

Thanks

Ipad view

share|improve this question
Are you referring to the view container with the little white dots along the bottom (as on the iOS apps screen) that you can flick across? I'd like to know what this is too. – James Bedford Mar 4 '11 at 15:08
yes that's the one – richard Stephenson Mar 4 '11 at 15:10

2 Answers

up vote 5 down vote accepted

It could be a UIScrollView in paging mode with custom subviews.

But only the developer of this views knows for sure.

share|improve this answer

It’s not a stock view, it’s a custom view with an image view, some labels, etc.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.