yoavlt / LiquidLoader

Spinner loader components with liquid animation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift 2 compatibility

bryan1anderson opened this issue · comments

Getting the error "'find' is unavailable: call the indexOf() method on the collection" on this portion of code:

    func indexOf <U: Equatable> (item: U) -> Int? {
    if item is Element {
        return Swift.find(unsafeBitCast(self, [U].self), item)
    }

    return nil
}

Thank you for your issue! I created swift-2.0 branch.