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 unionI also try
cell.text = [[menuList objectAtIndex:indexPath.row] objectFor开发者_如何学运维Key:kTitleKey];
but also not working. Can anybody help regarding this
Thanks Deepika
Take a look at the class definition for the cell object, what type of object is it by the way? Does it have a property named "text" or "textLabel" or something similar? Since you are getting build errors I would guess not so maybe there is a different property altogether you should be looking for. Anyways I'm rambling a bit but the class definition for whatever type of object cell is should have your answer.
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论