Loading...
Uploaded by tongsanba on Dec 10, 2010
學寫iPhone程式 第33堂 - 完成四方型http://www.thenewboston.com/forum/index.php
Howto & Style
Standard YouTube License
Ur video are so great!!!!
However, my Xcode has a bit different than yours... I don't know why I can't use NSAutoreleasePool and pool drain.
Also, I can build it but can't run as its shown "Thread 1: Stooped at breakpoint 1" -> [self setWH: s:s]; in square.m..... Help, please!
itsilviayan 3 weeks ago
@itsilviayan because this is an old version of xcode
all my new tutorial should be the same xcode with you
and because new xcode have a new feature call auto-reference counting
it will automatic manage your memory.
so you can;t use autorelease.
you can change it at your project
tongsanba 1 week ago
Thanks for your promptly reply. : )
itsilviayan 1 week ago
great
vastpoint 11 months ago
Load more suggestions
Ur video are so great!!!!
However, my Xcode has a bit different than yours... I don't know why I can't use NSAutoreleasePool and pool drain.
Also, I can build it but can't run as its shown "Thread 1: Stooped at breakpoint 1" -> [self setWH: s:s]; in square.m..... Help, please!
itsilviayan 3 weeks ago
@itsilviayan because this is an old version of xcode
all my new tutorial should be the same xcode with you
and because new xcode have a new feature call auto-reference counting
it will automatic manage your memory.
so you can;t use autorelease.
you can change it at your project
tongsanba 1 week ago