I am struggling from last one day to solve this issue i.e I have create a ViewController in storyboard using drag and drop options after that Table view cell is set on that ViewController. What my requirement is if I have any list of data I want to show that data in table otherwise I want hide that total table structure in view controller.
Now I am struggling to hide that total table structure. How can I set visibility of tableview cell dynamically based upon data. Please suggest any Idea. Thanks in advance.
xamarin.mac