UIDatePickerStyle.compact does not work on 13.7 - uikit

The Apple documentation says that .compact style of a UIDatePicker is available from iOS 13.4.
When I launch in the simulator in iOS 13.7 my app with deployment target to iOS 13.4 and use a UIDatePicker it is displayed a the classic wheel. That does not sound normal according to documentation! Any idea?

Related

How to get tvOS simulator to show as available simulator option?

Under 'build settings', I've changed my base SDK to tvOS, and my 'supported platforms' to tvOS.
I've also added a tvOS as a simulator (see screenshot):
Nevertheless, my dropdown still doesn't show the tvOS simulator as an option. What am I doing wrong?

Xcode 7 supporting watch OS2 with iOS8 and iOS9 support

Can I provide support with only watchOS2 app having iOS8 support ?
I am supporting iOS8 and iOS9 both in my iOS app.
I need to add watch app with WatchOS2.
User who installs in iOS9 devices are able to use watchOS2 app, but people who are using iOS8 app can't use my watch app, is this possible ?
I am confused at this point because I have to provide support for iOS8 and iOS9.
I need to take a decision quickly, any help is appreciated.
You will need to have iOS 9 for WatchOS 2 to work.
Once you update OS of your watch to Watch OS 2.0 and after it, if you try it to pair with iOS 8 version iPhone, then it will not work and Apple Watch app would advise you that your version of iOS is out of date. It would not allow you to proceed with pairing until you had updated your iPhone software to iOS 9 (Whatever latest version of iOS 9.0).
If you want to support Watch OS 1 and Watch OS 2 then you have to set separate target for both of them.

Will iPod touch 5th gen device with iOS 8.2 support apple iWatch

I had an iPod touch 5th gen device running on iOS 7.2, and i upgraded it to iOS 8.3. But the "Apple Watch" app which should come by default as i see in iOS 8.2 simulator, is not available in my device.
So, my question is, will my device support apple iWatch synchronisation ?.
Apple have clearly told us that the iWatch will only work with iPhones. There is no reason to think that any iPod can support it. The press release told us
"Apple Watch is compatible with iPhone 5, iPhone 5c, iPhone 5s, iPhone 6 or iPhone 6 Plus running the latest version of iOS 8." (http://www.apple.com/pr/library/2014/09/09Apple-Unveils-Apple-Watch-Apples-Most-Personal-Device-Ever.html)
Short answer YES
Except old devices that wont support iOS 8.*
If there won't be official app for the sync like the one you showed, there will be community made one, be sure!

iOS 8 app does not show all keyboard languages

I've encountered strange issue. My app running on simulator shows only English/Emoji layout for UITextField.
BUT! The spotlight shows English/Russian/Emoji, and it's correct.
I use Xcode 6.1 and iPhone 4s iOS 8 simulator.
What's wrong?
Dupe of iOS8.1 Simulator always uses US keyboard layout despite german hardware keyboard
As mentioned there, this is a known issue and is mentioned in the Xcode 6.1 release notes.

Xcode simulator Add iphone5

I want to test my phonegap-jqm application in iphone 5 simulator.
Currently the application perfectly working in ipad 6.0 simulator.
How to add/install simulator (iphone5) in xcode 4.5.2
Thanks in advance.
iPhone 5 (4-inch retina)
If you want to test in iPhone 5, select appropriate configuration in iOS Simulator Hardware -> Device
Download iOS 5 simulator
If you want to install another version of iOS simulator, go to Xcode preferences -> Downloads and download simulator you want.
Ensure that your project target is 5.x or lower to run on iOS 5.x
BR.
Eugene
It should be installed by default.
You should check wether you have your app built for iPhone and iPad (Universal) or only for the iPad. In the picture down, the app will run both on iPhone and iPad, but on iPad it will be in an iPhone simulation mode with a 2x button down.
If it is built only for the iPad you won't be able to test it on the iPhone. Also check out this question.

Resources