Having drilled down using the debugger, I have found an element that is defined as an UITableViewLabel.
I now want to type it, i.e
Code: Select all
UITableViewLabel myFieldName=e4;
I am using c# code, and I guess I must need a Using statement to make this work.
What should that using statement say?