You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I am trying to run GridViewExample. When I try to run it, swift compile error appears in the function visibleCells it says has no member 'compactMap'. I am using Xcode 9.2.
public func visibleCells() -> [T] {
return currentInfo.visibleObject().values.compactMap { $0.view as? T }
}
Thank you.
The text was updated successfully, but these errors were encountered:
Hi.
I am trying to run GridViewExample. When I try to run it, swift compile error appears in the function visibleCells it says has no member 'compactMap'. I am using Xcode 9.2.
public func visibleCells() -> [T] {
return currentInfo.visibleObject().values.compactMap { $0.view as? T }
}
Thank you.
The text was updated successfully, but these errors were encountered: