Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I want to make app for Iphone 5. I read iphone 5 size is little big then 4s. I want to know which size screen mock up i should make? What size of images like navigation bar , background images etc. can any body help me.
Thanks.
S.B you can check How to develop or migrate apps for iPhone 5 screen resolution? to answer most of your questions.
iphone 5 size is in points is 480/568.
So you need to consider this as resolution while design you app.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I'm trying to center a label on a basic app in swift so that it is centered on all simulators using xcode 10. I know on previous version you could uncheck Use size classes but that doesn't show on xcode 10. I've also tried unchecking Use trait variations but the label still ends up being uncentred on some simulators.
Any ideas how I can do this on xcode10? Any help would be great
You need 2 constraints
1- Add top constraint by ctrl-drag from the label to it's superView and select top
2- Add centerX constraint as above
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I want to add an online/offline indicator control to my ios app. I need to be able to programmatically set the status to offline (red) or online (green). Will NSLevelIndicator support this usecase? Or should I go with a label. This seems like an easy enough ask, but could not find anything.
Try to place a UILabel or UIImageView within your app's layout (e.g. in your navigation bar, if your app has one).
Just as a side note: Don't aim for the status bar (if you meant the signal indicator). It's a mess to handle icon placement in respect to device orientation and other possible displayed icons. Besides this, there's a risk your app is being rejected by Apple, if you manipulate the status bar.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
The battery icon jump to front my overlay when battery loading(icon change to green color) or low (icon change to red color). This occurs in iPhone and iPad.
Look snapshots:
Anyone been through this?
[Closed]
This is a default behavior on iOS. There isn't way to prevent it.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
My iPhone 5 simulator looks different thank what other people have. It is framed like the legacy iPhone instead of the iPhone 5 skin/frame. I have found that the simulator does have the frame file but it is not showing up
On a non-retina 1920x1080 Mac display:
The iPhone (legacy non-retina) simulator has a a full bezel complete with home button and "ear piece".
The iPhone (Retina 3.5") screen has a home button and a slight bezel, but no "ear
piece".
The iPhone (Retina 4") simulator does not have a home button or a bezel.
You can change the device type in the simulator under the Hardware->Device menu.
In order to see the bezel, you must view the simulator at 100% scale. You can change the scale in the simulator under the Window->Scale menu.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I just recently read that full screen iAd only works on iPad. Do you think it is possbile to show a
full screen iad banner before user to click it on iphone?
Full screen iAd are ADInterstitialAd available only since iOS 4.3 and for iPad ONLY.
Hope this helps
I just implemented iad and it seems that they only have landscape and portrait ad banners. But the Ad is Full screen. Once they click on it. It takes over the application and lets you know to pause.
Then lets you know when it is done so you can resume whatever. But again the Ad Banners are only Landscape or Portrait.
Full Screen ipad iad's are listed in the Programming guide .
iAd Programming Guide
Doing a tutorial will get the implementation out pretty fast. But you should go over the manual as well.