My app has a UICollectionViewController
in its master view controller. When the device is on portrait orientation, the user can swipe the screen to reveal the master view.
When a collection cell is selected, the detail view is updated with new data. Now I'd like the master view to hide automatically at the same time. Is it possible?