Top "Ios13" questions

The iOS13 tag should be used for questions specific to Apple's iOS 13 operating system.

ios 13 - Custom SearchBar with UISearchBar _searchField not working

Before Xcode-11-Beta (ios13) below code for custom searchbar value for key to get textField working fine. Now getting below …

objective-c uisearchbar xcode11 ios13
How to get the status bar height in iOS 13?

In iOS 13 UIApplication.shared.statusBarFrame.height warns 'statusBarFrame' was deprecated in iOS 13.0: Use the statusBarManager property of the window scene …

ios ios13
How to make width of view equal to superview in SwiftUI

I have Button struct ContentView : View { var body: some View { HStack { Button(action: {}) { Text("MyButton") .color(.white) .font(Font.system(…

swiftui ios13
SwiftUI @Binding Initialize

Been playing around with SwiftUI and understood the concept of BindableObjects etc so far (at least I hope I do). …

ios swift swiftui ios13
iOS13 on Xcode 11 Black screen even after adding SceneDelegate and updating Info.plist

I am currently getting a blank screen with Xcode 11, Target iOS 13.0 (the app works fine with all below versions iOS 12.1 …

ios swift xcode appdelegate ios13
How to detect device name in Safari on iOS 13 while it doesn't show the correct user agent?

After Apple's iOS 13 release, I realized window.navigator.userAgent in Safari on iPad iOS 13 is same as on MacOS. Something …

javascript ios safari user-agent ios13
UITableViewAlertForLayoutOutsideViewHierarchy error: Warning once only (iOS 13 GM)

I am getting a strange error with iOS13 when performing a Segue and I can't figure out what it means, …

ios swift tableview ios13
iOS 13 - UITextField with Placeholder getting app crash

In iOS 13, I'm getting a crash when accessing the UITextField _placeholderLabel.textColor label key. The key used to apply placeholder …

uitextfield ios13 placeholder
How can I check whether dark mode is enabled in iOS/iPadOS?

Starting from iOS/iPadOS 13, a dark user interface style is available, similar to the dark mode introduced in macOS Mojave. …

ios ios13 ipados ios-darkmode
How to set Keyboard type of TextField in SwiftUI?

I can't seem to find any information or figure out how to set the keyboard type on a TextField for …

keyboard swiftui ios13