i need some help with nsarrays and uipicker
i have a table of data consisting of columns a,b,c,d
and rows m1,m2,m3,m4
each cell in the table has 2 values an upper and lower limit
so cell m3,b has the values 20 and 25 for example
sorry if this is not very clear, i wanted to insert a picture of the table but i don’t have enough reputation points to do so
anyway i simply want to represent this data table in a uipickerview, so that component 0 has the rows m1,m2,m3 etc component 1 has the columns a,b,c,d etc and column 2 and 3 show the upper and lower limits
i think to do this needs a 2d array, but i don’t know how to create the datasource properly
can anyone please advise
many thanks
herewith my solution to the question i asked several weeks ago
it might be of use to someone else
who knows?
this went in my view did load
hope somebody can advise on the above code, but it seems to work ok for me so far