I posted another song over on my Vox blog. Check it out.
Hi Blake, sorry to barge in on your blog like this, but I have a modification for MUPhotoView 1.2 that fixes the tooltips. A fellow by the initials of “djw” remarked in the code that they may not be working. Simply change the line
[self addToolTipRect:imageRect owner:self userData:nil];
to
[self addToolTipRect:photoRect owner:self userData:nil];
Name
Mail (will not be published)
Website
blakeseely.com is powered by WordPress 2.5.1 and K2 RSS Entries and RSS Comments
Hi Blake, sorry to barge in on your blog like this, but I have a modification for MUPhotoView 1.2 that fixes the tooltips. A fellow by the initials of “djw” remarked in the code that they may not be working. Simply change the line
[self addToolTipRect:imageRect owner:self userData:nil];
to
[self addToolTipRect:photoRect owner:self userData:nil];