schwa

3,052
reputation
449 views

Registered User

name schwa
member for 1 year
seen Dec 3 at 0:55
website
location Here
age 38
I write the code that makes the young girls cry.
Dec
6
awarded  Mortarboard
Dec
5
awarded  Famous Question
Nov
15
answered What are common Cocoa pitfalls?
Nov
15
answered What are common Cocoa pitfalls?
Nov
15
comment What are common Cocoa pitfalls?
Mutating an array is a big no-no no matter what it is filled with. I prefer to make a copy of the subview array: for (UIView *subview in [[view.subviews copy] autorelease]) and then remove them as normal.
Oct
28
awarded  Favorite Question
Oct
22
comment How do I embed data into a Mac OS X mach-o binary file’s TEXT Section?
Doh. Obvious in retrospect. Thanks.
Oct
22
asked How do I embed data into a Mac OS X mach-o binary file’s TEXT Section?
Sep
30
awarded  Good Answer
Sep
29
awarded  Yearling
Sep
19
awarded  Great Question
Sep
12
awarded  Nice Question
Aug
6
awarded  Famous Question
Aug
3
awarded  Nice Answer
Jul
27
accepted How do I make HTTP post request for getting JSON object in response for iPhone application?
Jul
23
awarded  Good Answer
Jul
13
accepted How do I tell if a UIView is visible and on screen?
Jul
7
awarded  Nice Question
Jun
30
awarded  Nice Question
Jun
25
awarded  Good Answer