[MonoTouch] Building a “console”?

MojoDK mrj at fpr.dk
Wed Dec 28 05:03:44 EST 2011


(this post is crossposted here:
http://stackoverflow.com/questions/8650686/monotouch-building-a-console ..
but I really need some inputs, so I post here too)

I'm building a client/server app. The server sends me lots of information,
that I need to display on the iPhone in a "console". I need to display
several of columns (time, user, message).

What is the best approach for this?

I thought about creating a UIWebView and create a table .. but will I be
able to add rows as information comes from the server? Can I hook into a
table in the UIWebView and add a new row now and then?

Should I build it using a UITableView?

What would you do?

Thanks!!!

Mojo

--
View this message in context: http://monotouch.2284126.n4.nabble.com/Building-a-console-tp4239477p4239477.html
Sent from the MonoTouch mailing list archive at Nabble.com.


More information about the MonoTouch mailing list