Create scroll view of view controllers like iOS app selection panel -


i trying create scroll view displaying different view controllers can see on native ios app selection panel ( displayed double tapping home button ).

i thinking creating view controller uiscrollview , adding other view controllers children of first view controller , placing views in scroll view.

i wondering if there easier way achieve trying ?