I am developing an iOS app using Xamarin.iOS . I have used UICollectionView
to display a list of categories. I have used StoryBoard
to design the interface. I have one problem:
CollectionView
has a padding
from the top. As far as I got it has to do with insets
. I have used UIEdgeInsets
but no success. Is there any option how to remove that space/padding from the top. The collectionView
is used with other layouts so I need to remove it.