forum

Home / DeveloperSection / Forums / dispalying data from NSarray to table view

dispalying data from NSarray to table view

Anonymous User 1732 12-Aug-2015

I am new in iOS and making a lightweight application. I am taking two textfield entries from one view controller and storing them in NSDictionary. I am transferring those data in NSArray. Now I want to display those data from NSArray to table view. I am using this line of code:

cell.textLabel.text = [self.myArray objectAtIndex:indexPath.row];

But my app is crashing when cursor comes at this line. Help is appreciated. Thanks in advance.

 


Updated on 12-Aug-2015
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By