implementing PullRefreshTableViewController in class already having delegates

Joined
Apr 4, 2012
Messages
1
Reaction score
0
Points
1
I have implemented PullRefreshTableViewController with some classes that take no delegates,and it works well.
BUT I find it difficult to implement it in my project,coz i am already implementing some delegates.
How can i include delegates and the PullRefreshTableViewController on the same line?
My Code:
myFeedController.h :-
@interface myFeedController : UIViewController<FBRequestDelegate ,UITableViewDelegate, UITableViewDataSource,ASIHTTPRequestDelegate>{
....
}
 
Joined
Aug 13, 2011
Messages
200
Reaction score
7
Points
18
Location
West Sussex
I don't understand your question, and I doubt anyone else does either.

You have to break it down, and be more specific about where the problem occures in your project.

Regards Mark
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top