Adam Ernst

934
reputation
177 views

Registered User

name Adam Ernst
member for 1 year
seen 8 hours ago
website
location Eastern US
age 21
I'm an iPhone/Cocoa developer.
Nov
23
awarded  Popular Question
Nov
19
accepted Importing an SSL cert under the iPhone SDK
Nov
18
answered Importing an SSL cert under the iPhone SDK
Nov
18
comment Importing an SSL cert under the iPhone SDK
Great answer. However Apple's technical support responded with a better answer--see my own response to this question.
Nov
17
revised Importing an SSL cert under the iPhone SDK
edited tags
Nov
17
asked Importing an SSL cert under the iPhone SDK
Nov
8
accepted Change textColor of UINavigationBar “prompt”?
Oct
25
awarded  Popular Question
Oct
13
comment Being informed when a zoomToRect: animation completes
Wil Shipley: different rect, same scale, and it doesn't scroll to it. You have to call both zoom and scroll, apparently.
Oct
1
answered Change textColor of UINavigationBar “prompt”?
Sep
18
comment Being informed when a zoomToRect: animation completes
A fair workaround; essentially what I ended up doing.
Sep
18
comment Being informed when a zoomToRect: animation completes
Doesn't work if it doesn't actually zoom.
Sep
10
comment imageWithCGImage and memory
Not definitive, but I'll take it.
Sep
9
asked imageWithCGImage and memory
Sep
3
comment Being informed when a zoomToRect: animation completes
Yes, I need a way to figure out either case.
Sep
2
asked Being informed when a zoomToRect: animation completes
Aug
17
accepted Cococa iPhone Question. KVO rocks. Now how do I use it asynchronously?
Aug
17
answered Cococa iPhone Question. KVO rocks. Now how do I use it asynchronously?
Aug
10
comment Observing self in Cocoa
Good point; but, what do I use instead then?
Aug
9
asked Observing self in Cocoa
Aug
2
awarded  Yearling
Jul
28
comment Removing the bar in standard UITableView programmatically
Strictly speaking that bar isn't on the UITableView; it's on the UINavigationController that manages the UIViewController that manages the table view. The answer below, if put in the UIViewController, works correctly.
Jul
12
awarded  Popular Question
Jul
9
comment Deactivate UIScrollView decelerating
Why would you do that?
Jul
8
asked Checking if an associative array key exists in Javascript
Jul
8
awarded  Popular Question
Jul
7
comment iphone - adding the view of MFMailComposeViewController (in-app email)
You must use a navigation controller to use MFMailComposeViewController. The reason it does nothing is because if you're not using a navigation controller, [self navigationController] returns nil, and in Cocoa messages to nil are a no-op.
Jul
5
answered iphone - adding the view of MFMailComposeViewController (in-app email)
Jun
30
answered Linq2Sql how to get all distinct dates without time part
Jun
24
asked Not tracking C# designer-generated code: refuses to generate with clean checkout