I am having a hard time understading delegates in objective c.Everywhere I have read "instead of subclassing, u can use delegates....". Can anyone give me a link which explain the use of delegates over subclassing.
"UIApplication defines a delegate that must adopt the UIApplicationDelegate protocol implement one or more of the methods." Can you explain what this means in plain words...???Thanks
"UIApplication defines a delegate that must adopt the UIApplicationDelegate protocol implement one or more of the methods." Can you explain what this means in plain words...???Thanks