Jongsung Lee
Results
1
issues of
Jongsung Lee
1. I add UITableiViewController to Example's storyboard 2. code change below ` func pageViewController(_ pageViewController: RGPageViewController, viewControllerForPageAt index: Int) -> UIViewController? { if (movies.count == 0) || (index >= movies.count)...