| MonoTouch UITableViewController transparent background - iPhone MonoTouch development - Touch4Apps
Just came across a problem to have UITableViewController on a custom texture, wanted and needed to have the nice rounded corners as well and found out it is not that straightforward to set the background color to transparent.
source: blog.touch4apps.com
|
| MonoTouch Article - UITableViewController by example
This is the second in a series of 3 controller-by-example articles. In this article the UITableViewController is covered, including the following topics:
UITableViewDataSource and UITableViewDelegate
Creating a Settings view with a UITableViewController and Checkmarks
The various inbuilt styling capabilities of the UIKit tables
Sections
The basics of making tables editable so you can delete and re-order rows.
A download solution is included.
source: shrinkrays.net
|
| MonoTouch Article - Fun with Monotouch and Multi-Level Table Views without Interface Builder
Kevin McMahon writes an entry that covers creating a multi-level table view without using Interface Builder. He's based his work from his experiences with the content generated by the MonoTouch Community. This is a fairly detailed post and also links to a project showing an implementation (which is always appreciated :)).
source: blog.kevfoo.com
|
| MonoTouch Article - UITableViewController (uitvc) template updated for UITableViewSource - blog - CodeSnack
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.
source: www.codesnack.com
|
| MonoTouch Article - Setting an image background on a UITableView
Mike Bluestein writes a blog entry detailing how to set a background image on a UITableView so that the background doesn't scroll with the table view.
source: mikebluestein.wordpress.com
|




