Proxy settings in UIWebview or at application level

2012-04-26 Thread Vikas Mahajan
, Vikas Mahajan P.S.: I don't want to use ASIHTTPRequest because it has a lot of limitations, so please suggest some different method. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list

Simple question - Subclassing NSView

2008-06-12 Thread Vikas
Hi, I have recently started programming on Mac using Objective-C and Cocoa. I am coming from C++/C# world. So, its a fairly basic question. Please help me understand the following code: @implementation MyView /*MyView inherits from NSView */ -(void)drawRect: (NSRect)aRect {

Re: Simple question - Subclassing NSView

2008-06-12 Thread Vikas
Allan [EMAIL PROTECTED] wrote: Hi Vikas, On Thu, Jun 12, 2008 at 6:26 PM, Vikas wrote: I have recently started programming on Mac using Objective-C and Cocoa. I am coming from C++/C# world. So, its a fairly basic question. Please help me understand the following code: @implementation