Tagged Questions
0
votes
3answers
14 views
convert muti-dimension nsmutablearray into single-dimension nsmutablearray
In IOS, I have this array:
multiDimensionArray = [NSMutableArray arrayWithObjects:[NSMutableArray arrayWithObjects:@"one",@"two", nil],[NSMutableArray arrayWithObjects:@"three", nil],[NSMutableArray ...
0
votes
0answers
46 views
Adding data in sqlite table using array store only last entered records
I am inserting data in sqlite table and then showing that data in table View. problem is that when i insert ABC then it show in table ABC, but when i again insert XYZ then it shows only XYZ instead of ...
0
votes
2answers
38 views
Fill array only once in iphone application
I am filling array in view did load method but the problem is that each time view is loaded it adds again and again same content i want that if first time view is loaded then it should add contents in ...
0
votes
2answers
48 views
UITextField editing and adding to array
Okay so i have a series of UITextFields that have the tags between 21 and 35. I am using the UITextField delegate to get the value of the textfield when its finished editing and then ...
1
vote
1answer
59 views
Increase Interval Gap In NSMutableArray
I m new in iPhone development. I've one NSMutableArray.
arrayNo = [[NSMutableArray alloc] initWithObjects:@"10",@"50", @"100", @"1000 ",@"2000", @"5000", @"10000",nil];
but now, what I want to do ...
2
votes
1answer
64 views
NSMutableArray contains nil pointer
I'm using -insertObject:atIndex: to add some instances of a custom class called DecryptedItem to a NSMutableArray. DecryptedItem implements its own -hash and -isEqual: methods, though as far as I know ...
0
votes
3answers
51 views
Removing all data from NSMutableDictionary
Maybe its a very common and nerd kind of question. I am having an NSMutableDictionary to which I am adding some objects and then adding the dictionary to NSMutableArray. After adding the dictionary to ...
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
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 ...
1
vote
5answers
231 views
Populate UITableView Sections table with Single NSMutableArray
Sorry to ask again the question with full description.What i have that i have resultsArray which has title description etc which gets from server but problem is that i want to show this data in ...
0
votes
3answers
75 views
How to check array value not exist in another array
I have two different NSMutabelArray ArrOne and ArrTwo. Letsay ArrOne = A, B, C and D ArrTwo = C, D, X and Y. So i need to check if the value of ArrTwo is same as ArrOne and remove item from ArrTwo if ...
0
votes
1answer
71 views
Why can I return a NSMutableArray from NSUserDefaults but not an NSMutableDictionary
I'm saving several items in NSUserDefaults in iOS 6. In the past I have always used an NSMutableArray that contains NSMutableDictionaries to save some info. But now I've decided it would be more ...
0
votes
4answers
176 views
Search String into NSArray based on charcters order?
My Problem Scenario is like this. I have an NSMutableArray ( Every Object is Nsstring). I have a UItextField ( as Client said) for Search.
I want know how to Search String into NSMutableArray like ...
0
votes
2answers
69 views
How to get the first charecters from array of strings in case insensitive
In my iPhone app i have an array of stings.
fron that string i need to get the array of first charecters. For this i have implemented logic as follow. it works but in this i have retrieve charectes ...
0
votes
3answers
1k views
ios how to check if object in array in particular index exist? [closed]
I have nsmutable array and I want to add object at particular index, how can I check if the array at particular index has a object or not?
I was doing this:
if ([self.myArray objectAtIndex:index] ...
1
vote
3answers
352 views
NSMutableArray gets reset after calling modalViewController
IT IS SOLVED BY @T-X. I've marked the changes with "// SOLUTION" in the code!!!
I have the following issue, if I presentModalViewController, the NSMutableArray "projectsArray" gets reset.
Here is my ...
1
vote
3answers
174 views
nsmutablearray leaking the memory iphone
I have an nsmutablearray which i need through out the application so i declared it in application delegate and release it in dealloc method of application delegate. Here is the code for that.
...
0
votes
3answers
497 views
Get Files Inside a folder in Document directory in iPhone
I am new to iPhone,
I made an app in which, i am downloading a book and storing it in a folder called book1Folder which is inside Document directory.
now i wants name of all books in my array, ...
1
vote
1answer
94 views
Removing // from NSMutableArray
When I NSLog the contents of an NSMutableArray I get null. I believe I know what the issue is.
I'm having a bit of trouble trying to figure out how to remove "//" at the beginning of this JSON ...
0
votes
1answer
152 views
NSMutableArray insertObject:atIndex causing crashes
I'm working on a slideshow creation app for the iPad and running into a little trouble when I let the user rearrange the slides. When the slideDropped method is called, if I just remove the slide then ...
0
votes
1answer
49 views
Fetch tag value from html page in iPhone
I am new to iPhone,
I want to fetch all the value of <text> tag from my local .html page and i want to store it in my array.
For eg: toc.html is my html file, from this file i want to fetch ...
2
votes
2answers
171 views
Compare two NSMutableArray indices in iPhone
I am new to iPhone develepment,
I want to compare two array indices,
for (int i=0; i<[CustomeDateArray count]; i++)
{
if (([CustomeDateArray objectAtIndex:1] == [newDateArray ...
0
votes
5answers
179 views
add integer to NSMUtableArray
I am a new iPad developer.
I am implementing UIPopover on button click, and popover contains integer value,
when i trying to fill my array with integers it shows me, SIGABRT: index 3 beyond bounds i ...
4
votes
2answers
1k views
remove object at NSMutableArray in range
I am trying to remove objects at array starting at index 5 to the end of the list. I have a for loop to do this, however now I discovered
- (void)removeObject:(id)anObject inRange:(NSRange)aRange
...
0
votes
1answer
316 views
problems converting data in cllocationdistance
Im trying to add to a mutable array and can not figure this out. Throws error for incompatable data types double to id. question is how do i convert distance and store it in my array.
for (int i = ...
0
votes
6answers
3k views
How add values from text field / label to an array when a button click in iphone
I have a text field In that user can enter values from 1-10
at the bottom of the text field i have button.
i need to add the values in text filed to array when user clicks done button
for this i ...
0
votes
1answer
77 views
Array object gets released in iPad app due to memory warnings in iPad app
I am developing an iPad app. In my iPad if i run that app only then nothing happens, if i start some other apps nearly 4 to 5 then my app shows application received memory warning level 1 & ...
1
vote
3answers
1k views
UITableview and datasource as MutableArray
I'm new to iOS dev and I followed a tutorial that was a simple UITableview and a detail view.
This sets up my Array:
- (void)viewDidLoad
{
[self setupArray];
[super viewDidLoad];
// Do ...
0
votes
2answers
74 views
Interesting memory error - NSMutableArray being replaced consistently
In my iPad app, I have the following function:
+ (void)addDot:(Dot *)d {
if(dots == nil)
dots = [[NSMutableArray alloc] init];
NSLog(@"before adding, dots = %@",dots);
...
0
votes
1answer
166 views
UITableView not able to fetch data from array
i am making iPad application, in which i am fetching data from Url, after fetching data from URL,
i am storing into array,
when i write NSLOG inside this two TableView method,
it works properly,
...
0
votes
2answers
595 views
iOS Beginner: NSMutableArray + int variable for storing array index position (Where is the connection)
I have a working code (programmed by a tutorial) but like to dive in a little deeper.
Following situation:
I have an array with questions and one array with answers
When user clicks the show ...
0
votes
2answers
139 views
Objective-C: Image Management between classes
I am trying to create a model with multiple images in a factory model style. I have one class that handles the individuals, one class that handles the group of individuals and a ViewController.
...
0
votes
2answers
207 views
How to order NSMutableArray with NSMutableArray inside
I need so sort an array with an array inside, something like this:
NSMutableArray * array_example = [[NSMutableArray alloc] init];
[array_example addObject:[NSMutableArray arrayWithObjects:
...
0
votes
2answers
3k views
Objective-C: JSON Unrecognised leading character?
when trying to execute little function to get an array using JSON i get the next message:
-JSONValue failed. Error trace is: (
"Error Domain=org.brautaset.JSON.ErrorDomain Code=3 \"Unrecognised ...
0
votes
1answer
579 views
Printing an object - iPhone app
I'm trying to print out an object called Contact (an extension of NSObject I wrote).
When my app first launches, I have the following code:
NSMutableArray *arr = [UserData getGroupNames];
...
-1
votes
2answers
305 views
NSMutableArray is empty when i call it
When i try to call a NSMutableArray from a diffirent class its empty why?
CLASS A
.h
@interface Dashboard : UIViewController {
NSMutableArray *tablearrayCREDITS;
}
...
0
votes
1answer
474 views
How can I get my all photolibrary images from iPad in to an array
How can I get my all photolibrary images from iPad in to an array.
I need NSMutableArray *myArray = "All photoLibrary images"
Can any one please help me to do it.
0
votes
2answers
99 views
Array not gettting populated with new data
In my app i am using an array to get some data inside the method but everytime after adding the object to the array ,i check its contents then always it shows me 0 objects inside the array and also ...
0
votes
1answer
49 views
How to generate an array of integers for use in a UIPickerView?
I'm using a UIPickerView and I want to load in a range of numbers to be displayed by the picker so I figured I'd use an NSMutableArray. I have two components in the picker view so I want to generate ...
4
votes
1answer
145 views
creating a Mutable array that can be added to in later clicks of the same button?
General noob questions:
(1) How can I create an NSMutable array in a buttonClicked action that I can add more entries to during subsequent clicks of the same button? I always seem to start over with ...
1
vote
1answer
1k views
Invalid Summary on NSMutableArray
I would need some expert advice on how to solve this problem. I am doing some crude testing for a new app for the iPad.
I create a NSMutableArray (ballPath) in the viewDidLoad of my view controller ...
0
votes
1answer
49 views
using an NSMutablearray in a diffrent class
Well im new to objective c its my second week trying to get used to it, its going well but im kinda stuck :(, i have readed alot of articles about this problem on the internet but none have worked...
...
6
votes
2answers
4k views
Shuffling an array in objective-c [duplicate]
Possible Duplicate:
What’s the Best Way to Shuffle an NSMutableArray?
I develop apps for iphone/iPad.I want to shuffle the objects stored in an NSArray.Is there any way to achieve it with ...
0
votes
1answer
568 views
Binary search warning in CFArrayBSearchValues
i'm using CFArrayBSearchValues.
Ref: http://developer.apple.com/library/mac/documentation/CoreFoundation/Reference/CFArrayRef/Reference/reference.html#//apple_ref/doc/uid/20001192-CH201-F10956
...
0
votes
1answer
1k views
iOS – NSMutableArray and Block Copy
Currently I’m trying to get the hang of a block copy with my current project. The structure of the copy is an NSMutableArray that contains NSIntegers, NSStrings another NSMutableArray and two Objects… ...
0
votes
2answers
2k views
iOS - Passing a NSMutableArray via method return
How would one pass a NSMutableArray via method return.
I have it passing the array "spaces" so an array of 10 objects passes the 10 blocks but none of the information contained in those objects.
...
0
votes
1answer
153 views
Copying a selected NSArray of Arrays to an NSArray
I have the following line:
[self.keys addObjectsFromArray:[newArray objectAtIndex:0]];
newArray is an array of arrays.
I want NSMutableArray keys to be the array at the first index of newArray.
...
1
vote
2answers
6k views
trying to add dictionary objects to an NSMutableArray - afterward array returns null?
I just did a search for my particular question and although the answers are close, I can't get my head around the answer...so I need some assistance.
I'd like to populate an array (NSMutableArray I ...
0
votes
1answer
566 views
How to save NSMutableArray of NSValue in CoreData?
I'm doing drawing app for ipad which need to save multiples of NSMutableArray of CGPoint (Converting into NSValue), suggest me for choosing coredata functions or any other approachs for saving more ...
2
votes
2answers
260 views
How do I populate a NSMutableArray with UILabels?
I don't think I am creating this array of UILabels correctly.
If I put a breakpoint after this line of code, it shows that the array is empty.
colorLabelArray = [[NSMutableArray alloc] ...
