Re: dismissViewControllerAnimated bug in ios 8

2014-09-28 Thread Mike Abdullah
> On 26 Sep 2014, at 23:08, Herman Chan wrote: > > Hi all, > > My set up is this. > > 1. present a view controller by calling presentViewController > 2. in the presented view controller (modal), I create a UITextView and set > it to be first responder when view has appeared. > 3. set up th

dismissViewControllerAnimated bug in ios 8

2014-09-26 Thread Herman Chan
Hi all, My set up is this. 1. present a view controller by calling presentViewController 2. in the presented view controller (modal), I create a UITextView and set it to be first responder when view has appeared. 3. set up the leftbarNavItem to call dismissViewControllerAnimated (at this mo