View Single Post
rickie

 
Member Since: Apr 04, 2012
Posts: 1
rickie is on a distinguished road

rickie is offline
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>{
....
}
QUOTE Thanks