Filling UITableview with NSMutableArray
Trying to fill my UItableview with my Array. I would like to match a
object in my array to the correct cell.
My array is as follows.
(
(
{
cost = 160;
height = 1;
room_number = 1;
square_size = 1;
title = "TIMBER BLINDS";
width = 1;
}
),
(
{
cost = 170;
height = 1;
room_number = 2;
square_size = 1;
title = "ROMAN BLINDS";
width = 1;
}
)
My question is how do i match the correct title to the cell based on the
room_number in my array?
Thanks
No comments:
Post a Comment