What is alternative of Dynamic Fragment (Android) in iOS?

I am trying to make Quiz app in which question comes from server (I have an API) and I want to create UIView or anything similar to fragment in Android.
I have searched but could get any good resource.
Thank you in advance

@blah You could use container view controllers to include your child view controllers into the parent view controller.

This topic was automatically closed after 166 days. New replies are no longer allowed.