Nidhi Gondhia

Results 4 comments of Nidhi Gondhia

Hi, I am facing same issue. Please guide.

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.