13,655 reputation
13459
bio website cimgf.com
location Colorado
age 40
visits member for 4 years, 2 months
seen 1 hour ago
stats profile views 1,077

Co-Author of "Cocoa is My Girlfriend" blog and Core Animation: Simplified Animation Techniques for Mac and iPhone Development from Addison Wesley. Developer of PhotoGrab an iPhoto library browser for iPad, Cumulus an Amazon S3 client for iPhone, and Viddlore a Viddler.com upload client for iPhone.


Feb
13
answered Objects releasing on iOS 6 but not in iOS 5
Feb
13
answered Can i open an Xcode project on a button click from another project without custom URL schema?
Feb
13
answered adding subview to main uiview in selector
Feb
13
comment XCODE Let me know how to sort numeric size
@HotLicks Correct.
Feb
13
answered XCODE Let me know how to sort numeric size
Feb
11
comment QLPreviewController - Displaying issue
I just noticed that your simulator is iPhone 5. Have you tested this code on the iPhone 4 simulator where the screen size is shorter? Do you get the same issue there? If not, you might want to look at stackoverflow.com/questions/12395200/…
Feb
11
answered qlpreviewcontroller doesnt load mysql query
Feb
11
answered How to display page scrubber with QLPreviewController in a subview
Feb
11
answered QLPreviewController - Displaying issue
Feb
11
answered qlpreviewcontroller in ios6
Feb
6
answered xCode UIImage EPS format
Feb
6
comment iOS - CAShapeLayer anti-aliasing?
Filter properties including magnificationFilter are undefined on iOS. This will have no effect.
Feb
6
comment iOS - CAShapeLayer anti-aliasing?
Can you post a screenshot?
Feb
3
awarded  Nice Answer
Jan
30
answered JSON Arrays and Sorting
Jan
30
answered How to access a certain value in an NSArray?
Jan
29
comment Create my own completion blocks in iOS
I see. You might also consider looking at AFNetworking in that case. There are debates as to whether these libraries make things better or not. In my opinion, the blocks based APIs make AFNetworking a very simple and convenient library to use. You can take a look at it here: github.com/AFNetworking/AFNetworking and decide for yourself.
Jan
29
answered Create my own completion blocks in iOS
Jan
26
revised Can I make my tableview move more fluidly by reducing calling [CALayer LayoutSubviews], and how?
used the correct word, 'fluidly' instead of 'fluently'
Jan
26
answered How can calayer frame be slow, and what can we do to optimize it?