Matrix
Matrix

Reputation: 7613

UIAlertView in iPad

What is the standard size of UIAlertView for ipad application? it's same as iPhone? if anybody has some idea please let me know.

Upvotes: 0

Views: 862

Answers (2)

CIFilter
CIFilter

Reputation: 8677

More precisely, the width of an alert view's frame is 284 points and the height is 141 points.

Upvotes: 0

warrenm
warrenm

Reputation: 31782

They are identical in terms of pixels. However, they differ in physical size because of the difference in screen resolution between the two devices. The iPad version appears about 20% larger in terms of area. In both cases, the alert is about 275px wide.

Upvotes: 2

Related Questions