Re: NSShadow with [bezierPath addClip]

2014-01-02 Thread Leonardo
Many thanks David. That did the trick. Regards -- Leonardo > Da: David Duncan > Data: Wed, 01 Jan 2014 17:44:01 -0800 > A: Leonardo > Cc: Cocoa-dev > Oggetto: Re: NSShadow with [bezierPath addClip] > > In CoreGraphics the way you would do this is to setup your shadow parameters, > then start

Memory Leak on UIImage resizableImageWithCapInsets

2014-01-02 Thread Sasikumar JP
Hi, I am using the following code to create Custom VolumeSlider. Is there anything wrong with this implementation. Instruments identifies the memory leak "resizableImageWithCapInsets" call. MPVolumeView *volumeView = [[MPVolumeView alloc] initWithFrame:self. volumeSliderView.bounds];

Re: Memory Leak on UIImage resizableImageWithCapInsets

2014-01-02 Thread Appa Rao Mulpuri
Add [volumeView release] before making it to nil. Regards, Apparao Mulpuri Senior Systems Analyst, Mac Poker IVY Comptech Private Limited 6th Floor, Block B, Divyasree Omega, Kondapur, Hyderabad-500081. Mobile + 91 (0) 988 500 4790 DD + 91 (0) 40 4472 1000 ext: 4391 On 1/3/14 10:16 AM, "Sasik

Re: Memory Leak on UIImage resizableImageWithCapInsets

2014-01-02 Thread Sasikumar JP
Apprao, I forgot to mention that this code uses ARC. so release not required. Thank you Sasikumar JP Sent from my iPhone > On Jan 3, 2014, at 10:39 AM, Appa Rao Mulpuri > wrote: > > Add [volumeView release] before making it to nil. > > > Regards, > > Apparao Mulpuri > Senior Systems Ana

Re: Memory Leak on UIImage resizableImageWithCapInsets

2014-01-02 Thread Appa Rao Mulpuri
will helps you probably ‹ http://stackoverflow.com/questions/14264598/instrument-and-leaks Regards, Apparao Mulpuri On 1/3/14 10:41 AM, "Sasikumar JP" wrote: >Apprao, > I forgot to mention that this code uses ARC. so release not required. > >Thank you >Sasikumar JP > >Sent from my iPhone >

libcrypto linking problem in Leopard

2014-01-02 Thread Appa Rao Mulpuri
Hi List, I am using Mac OS X 10.8 SDK for the development and deployment target set to Mac OS 10.5. I am using libcrypto dylib in my code base, application is working fine in all the OS, except in Leopard. Application is failing to launch in Leopard and giving the Library not loaded error. Lib

Re: libcrypto linking problem in Leopard

2014-01-02 Thread Kyle Sluder
On Thu, Jan 2, 2014, at 11:15 PM, Appa Rao Mulpuri wrote: > Hi List, > > I am using Mac OS X 10.8 SDK for the development and deployment target > set to Mac OS 10.5. I am using libcrypto dylib in my code base, Do not link directly against libcrypto (nor libssl). Its API is not stable between poin