I have a preferences view which shows a different table view depending on which Segmented Control is clicked.
I have a problem with a NSMutableArray... After I fill the NSMutableArray in my function (readRoutes) I can\'t extract the objects.... Inside the readRoutes function I can... I can\'t figure where is
I need to create a a bunch a views on the fly. I was wondering what would be the best way to go about doing this as ill need to defin开发者_Go百科e coordinates, tag, colours of each view.
I am trying some examples from the book \"Objective C for Dummies\". I tried to retrieve the elements with this code below but in vain. All are considered as Objects in the NSMutableArray. But I don\'
In my project I must fill an NSMutableArray with some NSMutable array, my code is: This is a method -(void) fill {
I have a peculiar problem which I haven\'t been able to debug for a while, so Im finally posting it here.
I have an catalog developed for iPhone that is my first app. Because of it, I have some problems with memory leaks and the app crash down when I have more than 55 photos in catalog. (I will explain wh
this is supposed to be trivial… I think, but I can\'t find a way how to wrap a Struct variable into an NSObject. Is there a method to do so? If not, how would I go about adding a struct into an NSMut
I have two NSMutableArrays; name and nameID In my tableview, only name will be shown as textLabel. I want to search names using UISearchBar. For example;
I thought I knew how to deal with memory leaks and arrays, but then this pops up. I can\'t figure pout why this is leaking: