I want to create a Sidebar for my iPad application. But I can't find how to create a Section with NSCollectionLayoutSection. What is INSCollectionLayoutEnvironment of Create method?
public static NSCollectionLayoutSection GetSection(UICollectionLayoutListConfiguration listConfiguration, INSCollectionLayoutEnvironment layoutEnvironment);
Thank you!