13,655 reputation
13459
bio website cimgf.com
location Colorado
age 40
visits member for 4 years, 3 months
seen yesterday
stats profile views 1,079

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.


Sep
9
accepted CAShaperLayer -renderInContext Doesn't Work?
Sep
9
comment CAShaperLayer -renderInContext Doesn't Work?
Interesting. Wonder what Apple will come back with on the radar I filed--if this is intended behavior. I'm not sure what it even means that its composited between the contents and the first sublayer. How? I guess that would explain it though. Doesn't seem that its even part of the contents if I'm reading that right.
Sep
9
accepted UITabBar Badging
Sep
8
comment UITabBar Badging
Just found this in the Apple docs: "Tab bar items are configured through their corresponding view controller. To associate a tab bar item with a view controller, create a new instance of the UITabBarItem class, configure it appropriately for the view controller, and assign it to the view controller’s tabBarItem property. If you do not provide a custom tab bar item for your view controller, the view controller creates a default item containing no image and the text from the view controller’s title property." Think I'm just going to access it through the array by index rather than creating one.
Sep
8
comment UITabBar Badging
Can you clarify a bit? I was under the impression that if you add a view controller to a tab bar in IB, then the tabbaritem in your view controller would be automatically set. The variable tabBarItem is definitely not nil and it has the correct title, but it isn't the same address as the one accessed through the tabBar items array.
Sep
8
asked UITabBar Badging
Sep
1
accepted Progress Bar in Setup Application
Sep
1
answered Progress Bar in Setup Application
Aug
29
answered CAShaperLayer -renderInContext Doesn't Work?
Aug
29
comment How to draw a shape on top of a UIImage while respecting the image's alpha mask
I see. Seems reasonable. I don't know how to do that without doing some research. Sorry.
Aug
29
asked Progress Bar in Setup Application
Aug
28
answered Getting thumbnail from a video url or data in IPhone SDK
Aug
28
answered How to draw a shape on top of a UIImage while respecting the image's alpha mask
Aug
25
answered How to let the text in a UILabel appear blurry?
Aug
24
answered How to get count of Unique chars in a string
Aug
24
accepted UITabBarController UINavigationController Design Advice
Aug
21
answered How implement a UIActivityIndicatorView when the UIWebView is Loading? (iPhone ObjC)
Aug
21
awarded  Enthusiast
Aug
20
answered Drawing woes with CALayer
Aug
20
answered How do I draw a point inside of an instance of UIImageView?