Posted: Sat Aug 15, 2009 8:37 pm Post subject: Re: RE:Objective C Memory Management
DtY @ Sat Aug 15, 2009 5:50 pm wrote:
Expand the buttons maybe?
Yes. Big fingers won't be able to hit those buttons.
Sponsor Sponsor
wtd
Posted: Sat Aug 15, 2009 9:57 pm Post subject: Re: RE:Objective C Memory Management
rdrake @ Sun Aug 16, 2009 9:37 am wrote:
DtY @ Sat Aug 15, 2009 5:50 pm wrote:
Expand the buttons maybe?
Yes. Big fingers won't be able to hit those buttons.
This.
Also, switch color schemes. White text on a black background, please.
DtY
Posted: Sat Aug 15, 2009 10:19 pm Post subject: Re: RE:Objective C Memory Management
wtd @ Sat Aug 15, 2009 9:57 pm wrote:
rdrake @ Sun Aug 16, 2009 9:37 am wrote:
DtY @ Sat Aug 15, 2009 5:50 pm wrote:
Expand the buttons maybe?
Yes. Big fingers won't be able to hit those buttons.
This.
Also, switch color schemes. White text on a black background, please.
Is that supposed to make it look like an HP?
I hate white on black, so there's no chance of that happening.
And okay, I'll make the buttons bigger
wtd
Posted: Sun Aug 16, 2009 10:04 am Post subject: Re: RE:Objective C Memory Management
[quote="DtY @ Sun Aug 16, 2009 11:19 am"]
wtd @ Sat Aug 15, 2009 9:57 pm wrote:
rdrake @ Sun Aug 16, 2009 9:37 am wrote:
Also, switch color schemes. White text on a black background, please.
Is that supposed to make it look like an HP?
I hate white on black, so there's no chance of that happening.
No, silly. It's supposed to make it look more at home on an iPhone.
Joel92
Posted: Sun Aug 16, 2009 1:43 pm Post subject: Re: RE:Objective C Memory Management
DtY @ Sat Aug 15, 2009 5:50 pm wrote:
"Beginning iPhone Development: Exploring the iPhone SDK" by Dave Mark & Jeff LaMarche, published by Apress.
Ah right. How much Objective-C knowledge does it assume you to know? Just the basic message syntax. or anything else?
DtY
Posted: Sun Aug 16, 2009 2:51 pm Post subject: Re: RE:Objective C Memory Management
Joel92 @ Sun Aug 16, 2009 1:43 pm wrote:
DtY @ Sat Aug 15, 2009 5:50 pm wrote:
"Beginning iPhone Development: Exploring the iPhone SDK" by Dave Mark & Jeff LaMarche, published by Apress.
Ah right. How much Objective-C knowledge does it assume you to know? Just the basic message syntax. or anything else?
It's kinda back and forth, it assumes you know basic objective C, but not that you've used Cocoa before, and went in depth explaining @property/@synthesize, and some other (what seems to me at least to be) simple objective C syntax.
The message syntax was really the only concept that hasn't been convered
Joel92
Posted: Sun Aug 16, 2009 9:09 pm Post subject: Re: RE:Objective C Memory Management
DtY @ Sun Aug 16, 2009 2:51 pm wrote:
Joel92 @ Sun Aug 16, 2009 1:43 pm wrote:
DtY @ Sat Aug 15, 2009 5:50 pm wrote:
"Beginning iPhone Development: Exploring the iPhone SDK" by Dave Mark & Jeff LaMarche, published by Apress.
Ah right. How much Objective-C knowledge does it assume you to know? Just the basic message syntax. or anything else?
It's kinda back and forth, it assumes you know basic objective C, but not that you've used Cocoa before, and went in depth explaining @property/@synthesize, and some other (what seems to me at least to be) simple objective C syntax.
The message syntax was really the only concept that hasn't been convered
Alright, pretty basic stuff. I'm reading Kochan's book right now and eventually I'll move onto "Beginning iPhone Development" I'd like to get a pretty solid understanding of ObjC