Yalantis / PullToMakeSoup

Custom animated pull-to-refresh that can be easily added to UIScrollView
https://yalantis.com/
MIT License
1.92k stars 213 forks source link

Can't find Soupview #4

Closed alexliubj closed 9 years ago

alexliubj commented 9 years ago

public class PullToMakeSoup: PullToRefresh { public convenience init() {

    let refreshView =  NSBundle(identifier: "Yalantis.PullToMakeSoup")!.loadNibNamed("SoupView", owner: nil, options: nil).first as! SoupView
    let animator =  SoupAnimator(refreshView: refreshView)
    self.init(refreshView: refreshView, animator: animator)
}

}

fatal error: unexpectedly found nil while unwrapping an Optional value

alexliubj commented 9 years ago

create new project and use this in podfile. Re-import everything back

alexliubj commented 9 years ago

create new project and use this in podfile. Re-import everything back

On Sun, Sep 13, 2015 at 7:35 AM, EMidee66 notifications@github.com wrote:

I am having the same issue. @alexliubj https://github.com/alexliubj Did you find a solution?

— Reply to this email directly or view it on GitHub https://github.com/Yalantis/PullToMakeSoup/issues/4#issuecomment-139862616 .

Alex.Liu

dcflow commented 9 years ago

Thank you @alexliubj for your help.