[UIResponder firstResponder] stuck in infinite loop?

2015-10-22 Thread Daniel Stenmark
I’m trying to remove a contained child view controller from it’s hierarchy and present it, but it’s resulting in [UIResponder firstResponder] getting stuck in an infinite loop. - (void)menuActionButtonTapped:(id)sender { [self.menuViewController removeFromParentViewController]; [self pre

Re: [UIResponder firstResponder] stuck in infinite loop?

2015-10-22 Thread Quincey Morris
On Oct 22, 2015, at 16:56 , Daniel Stenmark wrote: > > Any thoughts as to where I could be going awry here? Do you follow the steps listed here: https://developer.apple.com/library/prerelease/tvos/featuredarticles/ViewControllerPGforiPhoneOS/ImplementingaContainerViewController.html#//

Re: NSButton with NSTexturedRoundedBezelStyle outside of NSToolbar

2015-10-22 Thread Jacek Oleksy
On Wed, Oct 21, 2015 at 5:39 PM, Jens Alfke wrote: > > On Oct 20, 2015, at 11:49 PM, Jacek Oleksy wrote: > > Does it mean that there is no way to make custom toolbar look > native?:/ Why would *anyone* make a decision like that? > > > Apple's HI designers decide how things should look visually, a

Re: NSButton with NSTexturedRoundedBezelStyle outside of NSToolbar

2015-10-22 Thread Jacek Oleksy
On Wed, Oct 21, 2015 at 4:52 PM, Richard Charles wrote: > >> On Oct 21, 2015, at 12:49 AM, Jacek Oleksy wrote: >> >> I filed a bug, and the response I got today: >> >> "This issue behaves as intended based on the following: This is a >> deliberate difference in metrics for NSTexturedRoundedBezelS