Nidhi Gondhia
Nidhi Gondhia
Hi, I am facing same issue. Please guide.
Same issue I am having. Any solution to this ?
I tried to add one if condition in `willMoveToSuperview()` `public override func willMoveToSuperview(newSuperview: UIView?) { super.willMoveToSuperview(newSuperview) commonInit() if let newSuperviews = newSuperview { setupAutocompleteTable(newSuperviews) } }` And it worked with...
Please provide any guidance on implementing curl animation in view pager.