aaasifrz9
aaasifrz9
Thanks @joshbernfeld
Actually, we are not able to access **inputCamera**:AVCaptureDevice of class **Camera** because this variable is not public. Please do the needful. Either make it public or provide any method to...
Thanks @joshbernfeld
I doesn't change any code. I am using provided URWeatherView sample. After run, I set progress bar to max for cloud and rain. Then I got crashed.
Hi @msaps , I have printed PageboyViewControllerDataSource and PageboyViewControllerDelegate logs in below link. Please check. Link: https://www.dropbox.com/s/2qxyx4vli71fg0p/Archive.zip?dl=0
Hi @msaps , Please take a look also. I have added 6 childs VC and when I tried to scroll it fast then the log is in the attached file....
Hi @msaps , My PageBoyViewController code is like `var pageControllers: [ChildViewController]!` After that in viewDidLoad, I fetch data from server than created ``` let storyboard = UIStoryboard(name: "Main", bundle: Bundle.main)...
Hi @msaps , I analyzed that when we try to scroll fast then x position jumps from current page to last/next to next page directly. **Can we load next/previous page...
Yes, white because parent view controller's background color is white. In my case I am getting whole black due to black background color.
Hi @msaps , As per comment in #151 , the `viewController(for: at:)` data source function is called whenever the internal UIPageViewController asks for a view controller in `pageViewController(viewControllerBefore:)` or `pageViewController(viewControllerAfter:)`...