xcode7にしてCannot assign a value of typeでエラーが出ます
delegate側
var id:Int?
色々なコード
appdelegate.id = self.data[indexPath.row]["id"] as Int
APIからとってきた大切なデータをdelegateに保存したいのですが
Cannot assign a value of type Int to a value of type Int?
と出てしまいます。
他にもNameを保存したいコードだとstringなので
Cannot assign a value of type String to a value of type String?
と出てしまいます。
xcode7にしてから出てきたエラーなので対処方法がわかりません。
宜しくお願いします