-
-
Couldn't load subscription status.
- Fork 696
Closed
Description
How did you resolve this ins swift 3 ?
let yOffset = ((self.columnHeights[section] as AnyObject).object(columnIndex) as AnyObject).doubleValue
gives me error 'Cannot call value of non-function type 'Any?!''
(self.columnHeights[section] as AnyObject).enumerateObjects({(object : AnyObject!, idx : NSInteger,pointer :UnsafeMutablePointer) and this one gives error ' Cannot invoke 'enumerateObjects' with an argument list of type '((AnyObject!, NSInteger, UnsafeMutablePointer) -> ())';
I used Xcode 8 converter and this is the result, thx for help
Metadata
Metadata
Assignees
Labels
No labels