Related questions
Safe Area of Xcode 9
While exploring Xcode9 Beta Found Safe Area on Interface builders View hierarchy viewer. Got curious and tried to know about Safe Area on Apples documentation, in gist the doc says "The the view area which directly interacts with Auto layout" …
PhotoPicker discovery error: Error Domain=PlugInKit Code=13
I'm trying to display an image from the photo library in a UIImageView
The full error is:
2017-06-09 21:55:59.063307+0200 firstapp2.0[12873:1120778] PhotoPicker
discovery error: Error Domain=PlugInKit Code=13 "query cancelled"
UserInfo={NSLocalizedDescription=query cancelled}
My code is included below:
import UIKit
…
Location Services not working in iOS 11
I just rebuilt my app with the iOS 11 SDK in an attempt to remove the blue banner that is now always appearing. I thought - "Brilliant, that worked", only to discover that location services are now not working at all.
…