0
votes
2answers
29 views

Empty UITableView

I have a editable tableView and i cant remove the last object heres my method : - (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle ...
1
vote
3answers
70 views

NSMutableArray Display Null Value in Table View

- (void)viewDidLoad { self.detailView = [[UITableView alloc] initWithFrame:CGRectMake(0, 0, 320, 480) style:UITableViewStylePlain]; self.detailView.dataSource = self; self.detailView.delegate = ...
1
vote
4answers
112 views

Want to display the array values in the table

Table View: -(NSInteger) numberOfSectionsInTableView:(UITableView *)tableView{ return 1; } -(NSInteger) tableView:(UITableView *)table numberOfRowsInSection:(NSInteger)section{ return ...
0
votes
1answer
40 views

Sectioned UITtableView with rows and columns

I need to display some images(dynamic count) in UITableView acting like GridView.I want to show 3 images in each section. If it is >3 then it should follow the next section. All images are in ...
0
votes
1answer
25 views

populated nsmutable array returns empty array exception

I got a table where I check/uncheck cells .. I am not sure why but sometimes I am getting following exception: 'NSRangeException', reason: '*** -[__NSArrayI objectAtIndex:]: index 0 beyond bounds for ...
0
votes
1answer
13 views

“Beyond bounds” error in working with NSMutableArray

Trying desperately to find why it is that when I select a cell in my tableView and then scroll the table up and down when the cell is highlighted that the app crashes. It gives me a -[__NSArrayM ...
-1
votes
1answer
81 views

NSMutableArray addObject not working uitableview

I am a beginning iPhone developer. I have a UITableView but I am having trouble making it work with an NSMutableArray. I have allocated and initialized my array: dataArray I have also connected my ...
0
votes
2answers
45 views

how to go on next page from cell tableView to 2 page

I create one page with name ViewControll that is tableview. I read 2 group NSString from url and store that in NSMutableArray. (names : file & folder) and both array store one array with ...
1
vote
2answers
51 views

how to create cell go on next page

I create one page that is TableView and this TableView has many cell from this code : @interface ViewController : UITableViewController { NSMutableArray *animal; NSMutableArray *color; ...
-3
votes
3answers
56 views

how to create cell with many data in tableview [duplicate]

Im new in iphone and I want know that what can create tableview with many cell of object like this : NSMutableArray *animal = [[NSMutableArray ...
1
vote
1answer
47 views

Write array to plist and fill tableview

I have a method that returns a an NSMutableArray with a bunch of strings. How can I add this array (with strings) to a plist file and use it to fill an UITableView with it? Thanks
0
votes
1answer
58 views

UITableView ( Easy tableView custom class) cell's image (drawings) are persistent after changing data

I am using the Easy Table View class https://github.com/alekseyn/EasyTableView. After I change the data and redraw the cells, it works, but the drawing of the previous data remains in the view (behind ...
0
votes
3answers
91 views

Tableview get index out of bounds with empty array

I have a tableview that is filled with a fetchedresultscontroller and a searchbar. Up until now while creating the app i have only been using 7 cells and have worked great but since i started using ...
0
votes
1answer
25 views

Saving and retrieving history iphone

In my app i am uploading various types of data such as image, audio, video, text. Now i want that user should be able to view the most recent 100 items uploaded even when he quits and reopens the app. ...
0
votes
1answer
42 views

iOS NSMutableArray sticking

I'm trying to populate a UITableView from an array that contains files in a directory //in my header @property (strong, nonatomic) NSMutableArray *files; //in my tableView:cellForRow:atIndexPath: ...
0
votes
2answers
58 views

create NSMutableArray for store image from url in tableview

I want store 4 image of book from url (.php?p=1&b=1 display first image of first book) in array and run that code and use these images in tableview. also I want create any cell in tableview and ...
0
votes
2answers
66 views

Table view doesn't store data

I have a problem of storing data on table view. It's a menu app that has a button which will pop over a table view and display them all the dishes they've ordered, I'm using the NSMutableArray to ...
0
votes
1answer
43 views

Reordering MutableArray Based on What Appears in Table

I have an array (NSMutableArray) of dictionary (NSMutableDictionary) that stores images and some strings. @interface SelectViewController () { NSMutableArray *pictureArray; ...
0
votes
0answers
44 views

Populating the tableView sectioned table with single array [duplicate]

I have table in which there are many sections and data to be displayed in all sections is in one array resultArray so how to display the data in sectioned normally when we have two sections then we ...
0
votes
2answers
130 views

Indexpath.row not working while getting record from NSMutableArray

I'm trying to load the data UITableViewwhich is coming from webservice. Everything is working fine. But, whenver the record is being displayed in UITableView using -(UITableViewCell ...
2
votes
3answers
136 views

How to add observer on NSMutableArray?

I have searched a lot but didn't find useful code or tutorial. In my application, I have an mutable array which update in every 60 seconds. The objects in array is being displayed by table view in ...
0
votes
4answers
64 views

Display selective data in UITableView from an array

I Have an NSMutableArray which is being displayed as ( 13002, My Drive, 13006, Testing1, 13007, Testing123 ) In my NSLog I ...
0
votes
2answers
95 views

Accessing NSMutableArray Objects For Using On TableView

I started develop an app which is using WCF service with JSON data. I got the data from WCF service but I didn't use it as I want. here is the JSON data: {"MenuDoldurAndroidResult":[ ...
-1
votes
3answers
103 views

How to delete an object from array in iphone [closed]

I am trying to delete an object from array ,when my table view gets reload, deleted object from array showing in tableview,I am using – removeObjectAtIndex: to delete object from array. Please help me ...
0
votes
2answers
50 views

NSMutable array is empty by the time Table View tries to read it

right now I'm getting and error regarding a table view cell trying to read data from an object. I am hitting a database, storing all the rows into an NSMUtable Array as object which seems to be ...
2
votes
5answers
114 views

List of UITableView Rows That Are NOT Selected

I have the following code. NSMutableArray *aList = [[NSMutableArray alloc] init]; for (NSIndexPath *indexPath in tableview1.indexPathsForSelectedRows) { NSString *r = [NSString ...
1
vote
1answer
63 views

Why Isn't UITableView Populating From Array

I'm a noob to iphone development (3rd day in xcode) and I'm having trouble populating a tableview from an NSMutableArray. I'm using this tutorial as my guide and my implementation of it is slightly ...
1
vote
1answer
154 views

Loading core data into array, then populating table view, reordering array's objects doesnt persist

First let me tell you what im trying to do. Load data into array(from core data entity), populate table view, if user wants, reorder cells and update the array. Thats it. I have found my problem, ...
0
votes
1answer
72 views

How to populate a table view contents from two arrays?

I'm looking for a way to populate a table view with images and text from two separate (but parallel) arrays. I've been trying to start with two mutable arrays instantiated with all possible contents, ...
1
vote
1answer
63 views

SIGABRT error after adding SKProduct to NSMutableArray in iOS

I am adding the purchased items to an array so I can retrieve data and display them in a tableview easily.. However I am getting sigabrt error.. What is my problem with the code below? tableView if ...
1
vote
1answer
54 views

How can I add programatically to NSMutableArray and show it on tableviewcells?

I have textfield,button and UItableview in my program.The user enters a text in textfield and when he clicks the button ı want to show his text on tableviewcell. He will enter again a text and ı will ...
0
votes
0answers
98 views

adding textfield.text to uitableview

to make a long story short I'm building a game, I am using a uitableview with a custom cell as a scoring system. after a lot of research, questions and testing, and thanks to a few people who gave me ...
-2
votes
5answers
477 views

Retrieving and re-saving an nsmutablearray to nsuserdefaults from a uitableview

I have a uitableview with a list of items populated from a JSON file located locally within the app. Everything works as far as getting the list to the table and the multiple selection of items which ...
1
vote
2answers
214 views

Populating UITableView with data from NSMutableArray

I want to populate my UITableView with data from my NSMutableArray but it is getting an exception. The exception: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: ...
0
votes
1answer
47 views

cant load 2 NSMutable arrays in my UITableview

my app has one scroll view and one tableview added as subview. on scroll view i have two buttons. i want to load two separate arrays in my tableview on pressing these buttons.but for some reason it ...
0
votes
1answer
65 views

NSMutable Array returning unrecognised values

I am using an NSMutable Array as a datasource to UITableView. I am fetching the values from database and adding it to mutable array. When the view loads I populate the table view with the mutable ...
1
vote
4answers
119 views

How to remove object from NSMutableArray in iPhone

I am trying to delete row of UITableView and removing the object from NSMutableArray. Here is my code for deleting row. [myArray removeObjectAtIndex:indexPath.row]; after this I am reloading my ...
0
votes
1answer
113 views

How to Add/Remove UITableViewCell when UISwitch is activated?

Here is the Video showing problem in action: http://www.youtube.com/watch?v=vWznBUsppRg I'm getting weird behavior with my Array when adding a cell to a section. I'm developing a mobilesubstrate ...
0
votes
2answers
144 views

how to add selected rows into NSMutableArray in iphone

I am trying to add selected rows in to my array.when I am adding second selected row into myArray the first object is replace with second and every time I am getting only one object in myArray.Here is ...
0
votes
0answers
146 views

Key-Value Observing an NSMutableArray within an NSMutableArray

Key-Value Observing the to-many relationship of an NSMutableArray seems like a good technique for automatically updating a tableview that has a single section and many rows. However, my table view is ...
0
votes
1answer
63 views

How to save a title of a cell to an NSMutableArray when row is selected?

I have a table that needs to save the title of the cell selected to an array. My NSMutableArray is called dataArray and I'm using this line [categoryItemSelected addObject: dataArray]; to ...
0
votes
2answers
85 views

2 problms with numberOfRowsInSection and cellForRowAtIndexPath

I set a NSMutableArray in viewontrolller.m barcodeArray = [[NSMutableArray alloc] init]; in viewcontroller.h like this: @interface SecondViewController : UIViewController <UITableViewDelegate, ...
0
votes
5answers
210 views

NSMutableArray properties to populate UITableView [closed]

I have a UITableView which I populate using a NSMutableArray. This tableview updates when scrolled down, which is brought about by adding more data to the NSMutableArray. The problem I am facing is ...
2
votes
1answer
76 views

Replacing NSMutableArray with NSObject and reading it in a UITableView

I'm trying to make it so that when I select an owner of a ship on a picherWheel, I get their boats up in a tableView. Currently, I am doing it through feeding a NSMutableArray with if-else series on ...
0
votes
4answers
104 views

Need to insert objects into an NSMutableArray based on cells selected in UITableView in iOS

I have a UITableViewController that has a UITableView whose cells have a button attached to them via the accessoryView. These buttons can be selected/deselected when the user clicks on them. The ...
0
votes
2answers
90 views

Dynamic Nesting of NSMutableArrays or NSArrays for UITableView

I'll explain my issue by steps: I'm having a NSArray with NSDictionaries inside it. Each NSDictionary has a NSDate and a NSNumber (2 keys / 2 values). I want to populate an UITableView with Dynamic ...
2
votes
1answer
143 views

Unable to load data from NSUserDefaults when trying to display contents of table in iOS

I have an iOS app that stores two NSMutableArray's as objects in NSUserDefaults in the event that there is no WiFi or Data connectivity. On a subsequent visit, the user should be able to load the ...
1
vote
1answer
113 views

NSMutableArray Initialise Only Once

I have a program that parses xml from the web service by storing items in NSMutableArray which is initialised as follows: - (id)init { self = [super init]; if (self) { items = ...
2
votes
1answer
115 views

How to pass variable from UIViewController to delegate UITableViewController

I'm relatively new to iOS programming, so bear with me here. The requirement I'm working with is as follows: Screen 1: User is shown a UITableView loaded with data, specifically City and State. ...
0
votes
0answers
39 views

Passing NSMutableArray from UIViewController to UITableViewController

I have a UIViewController, that wants to send information to a UITableViewController. I am able to send a NSString, but not a NSMutableArray, any suggestions? self.content = [NSMutableArray new]; ...

1 2 3 4 5 6