I\'ve tried numerous different attempts at it but always ends in leaks or errors. So here is my code开发者_运维知识库, with the allocating and releasing bits taken out. I\'d like to know how people su
I have an iPhone application in which there are dynamically generated textfields to capture a value of product quantity. The default quantity is 1. I have generated textfields like this
I have an array of ten sprites; they all sit in the same area of the screen For ease of explanation, I\'ll say at the bottom-middle, stacked one on top of each other. What I need to do is take the top
I am having some trouble over fmdb with iphone 3g with firmware:4.2.1 (8C148). I have a large NSMutableArray that contains sql commands (downloaded from a database). I populate the NSMutableArray via
I have an app that is storing Task objects (custom class) inside of a NSMutableArray. The Task class conforms to the NSCoding and NSCopying protocols, and I have also implemented the encodeWithCoder a
I hardly ever see the second one used and I wonder why? Neither would it break support for situations where an NSArray is expected (as it\'s a subclass).
I have created a custom button called ModuleUIButton which inherits from UIButton. This custom button has an mutable array property called cycleList.
I\'m getting a crash at runtime when try to access an NSMutable array that is correctly loaded. here is the code
I am not sure how to go about this. I have an NSMutableArray (addList) which holds all the 开发者_开发问答items to be added to my datasource NSMutableArray.
i\'ve been into iphone programming for a couple of weeks now, and i\'ve managed to create my first sqlite driven database.