Interviewer ask me about resolution or bounds of ipad mini? is it same as Ipad 2?
Or what is the exact answer for this ?
Asked
Active
Viewed 1,747 times
-4
Chetan Joshi
- 5,582
- 4
- 30
- 43
Laxmikant W.
- 23
- 7
3 Answers
0
Yes, it has the same resolution as the iPad 2 and original iPad, 1024 x 768.
Scott Berrevoets
- 16,921
- 6
- 59
- 80
0
If you need in terms of frame/bounds then :
CGFloat width = [UIScreen mainScreen].bounds.size.width;
Chetan Joshi
- 5,582
- 4
- 30
- 43
Anoop Vaidya
- 46,283
- 15
- 111
- 140