Archive for the ‘App Development’ Category

OakGovChallenge First Place!

Cluebucket was fortunate to be recognized yesterday as the first place winner for the OakGovChallenge! The OakGovChallenge was a contest sponsored by Oakland County, Michigan and AT&T to “encourage those who live, work or go to school in the Economic Growth Alliance (EGA) Region to develop innovative and creative web-based or mobile applications that enhance government [...]

Using a UIImage directly in your UIWebView

If you have a UIImage that you need to put into a UIWebView, you have a couple choices on how to go about the task. (Note that when I say UIImage, I mean a reference to a UIImage.  Not an NSString with the name of the image, but the image itself.) Option 1 Write the [...]

Stop using an UIImageView to put a background image in your UIView

Ugh.  Every now and again I run across something that is (now) so trivially obvious that I’m embarrassed by its simplicity and my oversight. To add a background image to the main view of your UIViewController, you can add a UIImageView at the same size as the UIView, make sure it is the UI element [...]