Networked Image View

Sometime it is prefered that the image that gets displayed in an iPhone app is downloaded from the internet, much like an image in a web page. In order to make displaying a networked image as simple to accomplish as the UIKit's UIImageView, I created the MKNetworkImageView class.
Read More...
0 Comments

Number Badge View

MKNumberBadgeView Sample
While the iPhone SDK has facilities to show a number badge on your app's icon or in a toolbar, it doesn't allow you to arbitrarily place or use number badges. So, I wrote a view class that implements a number badge. Read More...
0 Comments