【发布时间】:2016-09-20 10:19:20
【问题描述】:
我的项目在 Xcode 8 的这一行中遇到错误,而它在 Xcode 7 中运行良好。
(self.columnHeights[section] as AnyObject).enumerateObjects({(object : AnyObject!, idx : NSInteger,pointer :UnsafeMutablePointer<ObjCBool>)
错误
Cannot invoke 'enumerateObjects' with an argument list of type '((AnyObject!, NSInteger, UnsafeMutablePointer<ObjCBool>) -> ())'
请指教。
【问题讨论】: