Questions tagged [iphone-se]
8 questions
65
votes
2 answers
Is there an iPhone SE simulator for Xcode 11, iOS 13?
I'm running Xcode 11.0 on macOS Mojave (10.14.6) and though the iPhone SE is officially supported on iOS 13, it doesn't appear in the list of simulators.
It can't be added nor downloaded, as far as I can see. Any ideas?

Dylan
- 2,315
- 2
- 20
- 33
7
votes
3 answers
Does ARKit support iPhone SE?
From https://developer.apple.com/arkit/:
ARKit runs on the Apple A9, A10, and A11 processors.
From https://www.apple.com/iphone-se/specs/:
A9 chip with 64‑bit architecture.
But from the iOS Device Compatibility Reference:
This says that iPhone…

Warif Akhand Rishi
- 23,920
- 8
- 80
- 107
6
votes
1 answer
Xcode 7.3 simulator and new iDevices
When will the new iPhone SE and Ipad Pro 9.7" simulators be added? I can't find them in Xcode 7.3.

Robert Wasmann
- 897
- 7
- 17
5
votes
3 answers
Connecting hc-05 with iPhone SE iOS(v11.0)
I have done some research on core bluetooth framework. Successfully setup discovery of peripheral of other iPhone, connect, discovered services and characteristics and write some values. All went well. Surprisingly come to know there is apple MIFI…

maddy
- 4,001
- 8
- 42
- 65
4
votes
1 answer
Why cant' I find iPhone SE simulator in Xcode 7.3?
As shown from the above screenshot,there is no iPhone SE option in the simulator list in the latest Xcode version 7.3.

tounaobun
- 14,570
- 9
- 53
- 75
0
votes
0 answers
Weird discoloration in React Native when I only apply border radius to one side of a View
I'm getting some weird discoloration when I only put a borderRadius of 10 on the left side of the red View.
When I have border radius on both sides, everything works okay:
And when I have no border radius on either side, it looks fine as…

Saad
- 49,729
- 21
- 73
- 112
0
votes
2 answers
iOS Ensure Bar Button Items Appear Full-Size in UINavigationBar on iPhone SE
In my app, I have a navigation bar where I'm using three buttons on the right side. I create it like this:
let button1 = UIBarButtonItem(image: UIImage(named: "button1"),
style: .plain,
…

kmell96
- 1,365
- 1
- 15
- 39
0
votes
1 answer
Is there a way to simulate a smaller iPhone on my Plus?
I have an iPhone Plus which I'm using for development. I'm concerned that my app would be cramped or otherwise not have a good UI on 4-inch phones like the SE. Is there a way to simulate a 4-inch phone on the Plus? I imagine it would leave blank…

Kartick Vaddadi
- 4,818
- 6
- 39
- 55