我的应用程序在 Instagram 上分享照片,为了做到这一点,它首先将照片保存在一个临时目录中:
let writePath = NSTemporaryDirectory().stringByAppendingPathComponent("instagram.igo")
它在 Swift 1.2
上工作,但在 Swift 2.0
上不工作。
给定的错误消息是:
StringByAppendingPathComponent 不可用: 请在 NSURL 上使用 URLByAppendingPathComponent。