let jsonArray = [["name":"Trend deals","location":"india","description":"welcome","price":"3345","dealstype":"BEST","type":"KITCHEN","imageurl":""],["name":"Best deals","location":"india","description":"welcome","price":"Q78","dealstype":"BEST","type":"KITCHEN1","imageurl":""],["name":"Not Best deals","location":"india","description":"welcome","price":"Q78","dealstype":"BEST","type":"KITCHEN3","imageurl":""]] as Array>
This is my data ,so count is 3. I need to display the data in a such a way that .... ["name":"Trend deals","location":"india","description":"welcome","price":"3345","dealstype":"BEST","type":"KITCHEN","imageurl":""] should display in the view then scrolling i need to display the second data then scrolling i need to display the 3th data in the view.I need to use pagecontrol also.How to implement.