SOPullUpView icon indicating copy to clipboard operation
SOPullUpView copied to clipboard

Data source methods not calling without setup method

Open Jayant-georadius opened this issue 3 years ago • 2 comments

I am trying to update my values in picked controller continuously after API call but values are only updating on first time & not thereafter...I am using following two lines for creating view as per sample example self.pullUpController.dataSource = self self.pullUpController.setupCard(from: self.view)

i have observed that data source methods are only called up when self.pullUpController.setupCard function is called but i only want to create card view once & keep updating values thereafter which i am not able to do...

Jayant-georadius avatar Dec 31 '20 10:12 Jayant-georadius

Hi @Jayant-georadius ,

hope you are good, thanks for raising this issue.

can you make a pull request with the solution as right now I have limited access.

Appreciated Ahmad.

Ahmadalsofi avatar Jan 02 '21 19:01 Ahmadalsofi

hi @Ahmadalsofi thanks for reply but I don't really have a solution for it at present...

Jayant-georadius avatar Jan 04 '21 04:01 Jayant-georadius