> 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
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
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
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