I have integrated bottom popup into one of my application.
Which do have tableview on selected and row i am trying to pop up exampleViewController.
its loading first time quickly as per given inputs, on second time its takes time.
On double click on tableviewcell its loading quickly. Did not understand what went wrong.
I have integrated bottom popup into one of my application. Which do have tableview on selected and row i am trying to pop up exampleViewController. its loading first time quickly as per given inputs, on second time its takes time. On double click on tableviewcell its loading quickly. Did not understand what went wrong.
StatusDetailViewController is same as ExamplePopupViewController.