Featured post

Difference between protocol and delegates?

A protocol, declared with the ( @protocol syntax in Objective-C) is used to declare a set of methods that a class "adopts" (de...

Thursday, 9 April 2015

What is Framework?

Frame work is a library.It contains all collection of predefined classes,functions,protocols....

No comments:

Post a Comment