Questions tagged [ios12]

The iOS12 tag should be used for questions specific to Apple's iOS 12 operating system. General iOS questions should use the iOS tag.

iOS 12 is the twelth version of Apple's iOS mobile operating system. It was announced at the company's Apple Worldwide Developers Conference (WWDC) on Sep 17, 2018. The ios12 tag should be used for questions specific to Apple's iOS 12 operating system. General iOS questions should use the ios tag.


683 questions
-1
votes
1 answer

Why does #available(iOS 11, *) resolve to true on iOS 12?

My understanding of the #available syntax was that it was specifying the major / minor versions of iOS. However, I am noticing that code protected by this if clause will be executed on iOS 12. Is it expected that #available resolves to a >=…
MobileVet
  • 2,958
  • 2
  • 26
  • 42
-2
votes
1 answer

iOS12 `connectPeripheral: options:` slower than iOS11

I try connect a discovered peripheral by connectPeripheral: options:(btw:options is nil), but it needs 10s+ on iOS12 device. iOS11 device just need 2-5s.
-2
votes
1 answer

AVSpeechSynthesisVoice voice is fred's voice in iOS 12 if no voice identifier is set.

AVSpeechSynthesisVoice voice is fred's voice in iOS 12 if no voice identifier is set. How can we go back to default voice?
-2
votes
1 answer
-2
votes
1 answer

Xcode 10: Compilation stopped by errors in other files

When using Xcode 10 (Beta 1) and several Swift frameworks like Eureka, the build fails with the following error: /path/to/Pods/Eureka/Source/Rows/Common/OptionsRow.swift:1:1: Compilation stopped by errors in other files Unfortunately, the real…
Hans Knöchel
  • 11,422
  • 8
  • 28
  • 49
-3
votes
2 answers

Swift iOS 12 - How to get rid of character Partial Line Forward (U+008B) generated by Continue button

How to please get rid of a character Partial Line Forward which gets generated on iOS 12 device by clicking on default keyboard on Continue button when entering text into a Text Field? Classic trim function doesn't catch it. It is a nearly invisible…
-3
votes
1 answer

How to add the code block on Xcode10?

I can't drag code to Library on Xcode10
Corbin
  • 113
  • 1
  • 7
-4
votes
1 answer

How to disable a user's ability to select text in a UITextField or UITextView?

How do I disable text highlighting in a UITextField or UITextView? I come from a web development background and I know it can be achieved in CSS using the…
Anthony4
  • 92
  • 6
1 2 3
45
46