Xamarin IOS UIPickerview data from sqlite list

  • Thread starter Thread starter RLCustoms
  • Start date Start date
R

RLCustoms

Guest
Just starting out on the Xamarin IOS programming. I have done this in Windows forms .Net, but this is confusing right now.


I have a

List<SchoolsFrom> results = new List<SchoolsFrom>();

that pull back all the data I want to use. I just cannot figure out how to bind that to the UIPickerview so that it shows a particular data field.

Any help is appreciated.

Continue reading...
 
Back
Top