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 extensions ?

it allow you to declare additional required methods for a class
in locations other than within the primary class @interface block, 

No comments:

Post a Comment