MonoTouch 1.2 adds a new class called UITableViewSource that is intended to reduce some of the code clutter that is encountered when using TableViews in MonoTouch. The UITableViewSource class combines UITableViewDelegate and UITableViewDataSource into one convenient class that contains the methods of both. I have updated my uitvc template to use this new class.
|
2
touches |
|
|||


No comments yet, be the first one to post comment.