Skip to content

Data source methods not calling without setup method #6

@Jayant-georadius

Description

@Jayant-georadius

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions