forum

Home / DeveloperSection / Forums / In objectiveC extend a @protocol implementation

In objectiveC extend a @protocol implementation

Pravesh Singh 1415 25-Nov-2015

I have created a class CountryListViewController which inherits from UIViewController.
I define an delegate 'CountryDelegate' in this class.

now, how can I inherit this delegate in another class and also can I extend the old webViewDidFininshLoad: method; because I want to execute some code after the webViewDidFinishLoad from the super class.


Updated on 14-Dec-2015

Can you answer this question?


Answer

1 Answers

Liked By