Re: Weird crash in -[NSSearchField setRecentSearches:]

2014-11-09 Thread Jerry Krinock
> On 2014 Nov 07, at 16:02, Greg Parker wrote: > > You may have better luck tracing it from the other side. Run to that line in > appendToRecentSearches:, set a breakpoint on -[NSNotificationCenter > postNotificationName:object:userInfo:], and step over your line. At those > breakpoints you s

Re: NSSplitView parallel motion

2014-11-09 Thread Luther Baker
FWIW ... achieved most of this by nesting split views and leveraging autolayout constraints and priorities, almost no delegate code. I'm still not sure how Mail pulls off the disappearing Source animation though :-) Thanks, -Luther On Sat, Nov 8, 2014 at 2:58 PM, Luther Baker wrote: > Is ther

Re: Weak linking

2014-11-09 Thread Satyanarayana Chebrolu
Thanks Greg for your suggestions. But I found something from https://developer.apple.com/library/mac/documentation/MacOSX/Conceptual/BPF rameworks/Concepts/WeakLinking.html I have tried the way mentioned in that, so passed "-weak_framework AppkitĀ² in Other Linker Flags under Build Settings of the

Add target-action to AVPlayerViewController Done or subclass instead?

2014-11-09 Thread Mazzaroth M.
I have an ios8 portrait-only iphone app, but when presenting a AVPlayerViewController, I'd like to have it show in landscape. I got this working by creating a container view controller SCRParentPlayerViewController and in its -viewDidLoad I set a AVPlayerViewController as a childViewController(usin