Sagar Sukode

Results 5 comments of Sagar Sukode

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.