Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Any One Know UIBubbleTableView Can Tell Me Where I Can Write Delegate OF ScrollView ?

https://github.com/AlexBarinov/UIBubbleTableView

http://alexbarinov.github.com/UIBubbleTableView/

share|improve this question

closed as not a real question by 0x7fffffff, Eric J., Neolisk, The Shift Exchange, Ricardo Lohmann Jan 12 at 2:29

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

If UIBubbleTableView inherits from UITableView then you can implement the UIScrollViewDelegate methods by assigning your class as it's delegate - remember that a UITableView is a kind of UIScrollView (inherits from UIScrollView) and therefore enables you to implement it's delegate methods, alongside the UITableViewDelegate methods.

share|improve this answer
i Cannot Make This Line Because I Havenot @protocol Withname UIBubbleTableViewdelegate....................... interface ChatViewController : UIViewController<UIBubbleTableViewDataSource,UIBubbleTableViewDelegate> – Tefa Jan 11 at 17:52

Not the answer you're looking for? Browse other questions tagged or ask your own question.