Hi,
On Dec 5, 2015, at 3:16 PM, yu...@aim.com wrote:
>
> I am trying to develop a Finder app like the mac Finder. I am using NSSplit
> view adding one vertical panel at a time dynamically in the code.
> basically, trying to simulate file directories drill down. I am also having
> an NSScroll
Hi,
I am new to cocoa app development. I have a question about debugging NSScroll
view.
I am trying to develop a Finder app like the mac Finder. I am using NSSplit
view adding one vertical panel at a time dynamically in the code.
basically, trying to simulate file directories drill down. I