1
touches

Monotouch Article - Tip: Inherit UIViews ALL the time!

published 232 days, 5 hours, 26 minutes ago posted by http://www.google.com/profiles/eduardoscozhttp://www.google.com/profiles/eduardoscoz 232 days, 10 hours, 54 minutes ago
Wednesday, January 13, 2010 10:03:36 PM GMT Wednesday, January 13, 2010 4:35:16 PM GMT

Inheriting from UIView (or UIScrollView), is a much better way of creating views for your application. Interface Builder can still be used to design the UI, while the coding of the behavior can be done in MonoDevelop. Doing this will make the code much cleaner, by allowing you to separate different concerns across different classe: ui-related functions, like formatting of the text or the selection of the background color can be done in the View class, while definition of what’s loaded, and calling web services can be done in the Controller...

category: Articles | clicked: 90 | | source: escoz.com | show counter code
tags: Article, MonoTouch, UIKit

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

To post your comment please login or signup