Top "Ios10" questions

iOS 10 is the tenth version of Apple's iOS mobile operating system.

clipsToBounds causes UIImage to not display in iOS10 & XCode 8

I switched my project over to new beta versions of iOS 10 and XCode 8. In all three areas of my app …

ios uiimageview uiimage ios10 xcode8
iOS 10, UIToolbar background color does not change

I have an app that's been around since iOS 8. the way it's working is that you have a UITableView and …

ios swift uitableview uitoolbar ios10
UIPickerView selection indicator not visible in iOS10

I build my project in Xcode 8. UIPickerView separator lines are not visible in iOS 10 simulator and the devices, but works …

ios objective-c uipickerview ios10 xcode8
UNUserNotificationCenter link error

I have an Xcode project, Xcode 8.1 (8B62) with two targets, one for the paid version of the application and the …

ios xcode ios10 unusernotificationcenter
iOS 10.0 UIRefreshControl not showing indicator

I am using a UITableView Which has a Pull down to refresh function but the spinner for pull down to …

ios uitableview ios10 uirefreshcontrol ios9.3.2
Universal Links not working on iOS10

Just updated my iPhone to iOS10 and the Universal links stopped working. If I run my app in an iPhone …

ios iphone ios10 ios-universal-links
ld: library not found for -lcrt1.3.1.o error while running app in device with xcode 8.0 with iOS10

After upgrading xcode to 8.0, my application project build with error for device target but building successfully for simulator. Error is …

device simulator ios10 xcode8
How to open WIFI setting in Swift 3

I want to open WIFI setting section from my iOS application, my code was working well before Swift 3 with iOS 9.2 …

swift3 ios10 openurl
Facebook login issue with iOS 10

I use facebook to login into my application. Trying to login using Facebook on iOS 10, iPhone simulator 6s. -canOpenURL: failed …

facebook ios-simulator facebook-login ios10 xcode8
Writing to text file in swift 3

I am trying to write data that is inputted by a user via UITextField to a text file. I am …

swift3 ios10 writetofile