Can any body explain me what is a Context and how can i use it? There is also Graphics Context (CGContextRef).Is there any relation between Context and Graphics Context?
What is a Context in iPhone?
817 Views Asked by raaz At
2
Can any body explain me what is a Context and how can i use it? There is also Graphics Context (CGContextRef).Is there any relation between Context and Graphics Context?
Likely you're talking about the same thing in both cases. From the Quartz 2D Programming Guide:
There is another definition for the word context in CS, but I think the above definition is what you're looking for.