added German translation, updated README and removed memory management - #2
added German translation, updated README and removed memory management#2shezi wants to merge 3 commits into
Conversation
…log, because that was confusing newcomers
|
You can't use autorelease in an ARC build, however. I looked for some kind of compiler switch to determine whether this was needed or not, but I couldn't find any. One solution would be to indicate that in iOS 5 builds, the file needs to be excluded from the ARC. This is possible, via http://developer.apple.com/library/mac/#releasenotes/ObjectiveC/RN-TransitioningToARC/_index.html |
|
Using conditional builds is getting way more complicated than is needed for this. It could be as simple as changing the alertImageView to this: The only reason I'm not proposing that immediately is because I recall some issues using autorelease on the image that is being inserted (hacked) into the Assuming I can make that change then I can also get rid of the autorelease pool as well -- which should make everything arc compliant. |
|
I didn't know that was possible in ARC. I'm looking very much forward to your solution! |
|
Any changes on this? |
There are actually three things in this pull request:
-showPromptIfNeededto get the dialog on the screen.