xamarin.ios - Monotouch.Dialog: Enable Selection in UITableView -
using monotouch.dialog create table of values.
when user clicks row, row should flash blue per normal.
how enable in monotouch.dialog?
monotouch.dialog supports flashing behavior elements can respond events (like stringelement when has tap-handler attached) or other elements need respond user's interaction.
this done setting selectionstyle property on cell uitableviewcellselectionstyle.blue
most of cells not respond user's input have value in monotouch.dialog set none. can either change source code make use blue everywhere, or make sure using right element right use case.
i blogged design patterns building elements recently, if want roll own:
Comments
Post a Comment