Hi All
this code Iphone SDK 3.0 version or later
cell.textLabel.text = [[menuList objectAtIndex:indexPath.row] objectForKey:kTitleKey];
but it gives error
request for member 'textLabel' in something not a structure or union
I also try
cell.text = [[menuList objectAtIndex:indexPath.row] objectForKey:kTitleKey];
but also not working. Can anybody help regarding this
Thanks Deepika