Is it possible to dismiss a Modal View Controller (e.g. Page Curl) just in Interface Builder?
My current approach always was to create a new ViewController subclass with an IBAction dismissModalViewController
and I was wondering if I could save some space / time doing this step just in IB.