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