Mark Valles

Results 2 comments of Mark Valles

I agree with @slxl. I'm using it for a Swift2 project. Pod version is **0.1.34**. Inside DownPicker `init`, it tries to load a bundled `downArrow.png` image, and only when it's...

Got the same issue. But instead of composing my own custom TableViewController (`UIViewController` + `UITableView`), I instead opted to subclassing `UITableViewController`. So somehow, you need to explicitly set this controller...