
As you can see, my View image does not cover the entire screen. How can I make my imageView cover the whole screen and the dots are on the image?
I did this using viewController + PageViewController.
I resize it:
self.pageViewController.view.frame = CGRectMake(0, 0, self.view.frame.width, self.view.frame.size.height)
My code is long, so if you want to see the exact part of my code, just ask about it
source share