Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data source methods not calling without setup method #6

Open
Jayant-georadius opened this issue Dec 31, 2020 · 2 comments
Open

Data source methods not calling without setup method #6

Jayant-georadius opened this issue Dec 31, 2020 · 2 comments

Comments

@Jayant-georadius
Copy link

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...

@Ahmadalsofi
Copy link
Owner

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.

@Jayant-georadius
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants