itableview2

  1. R

    iOS Question [Solved]iTableView2 Problem ?

    Using the iTableView2 library I am trying to catch a selection in the SelectedChanged event where the DetailText contains an asterisk. Like this.... Sub AirportList_SelectedChanged (SectionIndex As Int, Cell As TableCell) Private AirportIATA As String = Cell.DetailText.ToString If...
Top