Actually, the question is how to implement a dynamically populated ViewPager in iOS .
At the moment, I understand that this requires a ScrollView with the "paging" option enabled.
Is it possible to fill it all with other views?
For example, I have a view: ImageView contains several TextLabel on it. I load the data from the database and in turn I enter it into the necessary elements.
Under the android, I created the adapter, filled the array of objects, and assigned the adapter to the ViewPager .
How to implement this under iOS