I'm a beginner developer in iOS without any previous knowledge in Objective-C.
How can I use UIPageController
to slide between different view controllers such as slide to UITabBarController
for the first page & slide to table view for the second page in Swift ?
And how to change the position of the UIPageController
& put it on the top ?
I'll be grateful for any help.