Note that there are some explanatory texts on larger screens.

plurals
  1. USleanne
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COYou really have two questions here, and one of them has been thoroughly answered: you don't need to release items, even in dealloc, if you are using ARC. The 2nd question is what ARE release and dealloc: 'release' is a command (message) you give to an object to tell it to clear itself from memory. It means you're done with the object and don't need it anymore. 'dealloc' is a method in which you release objects. [super dealloc] is used in that method to tell the parent (super) class to run its own dealloc method.
      singulars
    2. CO@Matt Mc, I don't know how to set it up, but I have seen it done - as a matter of fact, some apps were doing it last week for the "5 Years of the App Store" celebration. One was an app called "Over" that allows a user to place text over a photo. They had several fonts and artwork packages available for free as in-app purchases. These items are normally charged in-app purchases, so there has to be a way to do it.
      singulars
    3. COAre you sure it's not the other way around? 'presentModalViewController' is deprecated in iOS 6. It can be replaced by presentViewController:animated:completion. (http://stackoverflow.com/questions/12507455/a-lot-of-functions-are-deprecated-ios-6)
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload