Sagar Sukode
Sagar Sukode
Any solution?
Hello guys, I am able to achieve it by updating the frame like: `pagerViewObj.itemSize = CGSize(width: UIScreen.main.bounds.width/3.4, height: UIScreen.main.bounds.width/2.5)`
@mhtranbn : have you found any solution for this?
Hello guys, I am able to achieve it by updating the frame like: `pagerViewObj.itemSize = CGSize(width: UIScreen.main.bounds.width/3.4, height: UIScreen.main.bounds.width/2.5)`
@Reinoal : change to [UIScreen mainScreen].bounds or [UIApplication sharedApplication].keyWindow.bounds This solution is not working for me.