The issue may be in collection view’s content insets.
Try to add self.automaticallyAdjustsScrollViewInsets = NO;
into view controller’s viewDidLoad
method.
The issue may be in collection view’s content insets.
Try to add self.automaticallyAdjustsScrollViewInsets = NO;
into view controller’s viewDidLoad
method.