Recent Comments
Archives
Author Archives: diziet
Nice ish transitions from a photo thumbnail to a full screen view.
The method of animating the appearance of views in Cocoa is good and simple I think. You can use an inbuilt one, which just works, or you can start an animation block and effectively program in key frames. To make … Continue reading
Posted in Programming
Tagged animation, cocoa, iphone, transitions
Comments Off on Nice ish transitions from a photo thumbnail to a full screen view.
So so close.
Just two bugs away, probably, from having something working in its entirety. E.g. everything else is additional features rather than core functionality. Current bugs: 1 – Render of StepTableCell is outside the bounds of the cell for reasons unknown, it’s … Continue reading
Well these are novel reasons for offering a patch.
I guess there must be a fuckton of starcraft players out there with macs. Hopefully not the same specs or macs though. Interestingly I have experienced both of the issues this apparently fixes.
A few inconsistencies in approach…
As I read through some of the code I’ve written I notice things I’ve done twice, unnecessarily. For example a custom table cell has a property (variable/object in normal language) called category of type Category. The table view controller to … Continue reading
A bit more fun with photoshop.
Two little icons…..
A small applescript utility.
Knocked this up today as I figure it will prove it’s worth in the future. Drag and drop an image onto it and it will generate the necessary files for the various icons/artwork an iPhone/iPhone4 or iPad application, it should … Continue reading
Posted in Programming
Tagged applescript, ipad, iphone, utility
Comments Off on A small applescript utility.
Scientist detects powerful jet from supernova. . .
and decides to announce it as a Doctor Who fanfic rather than a boring paper (via Metafilter): Doctor Who and the Silver Spiral
Posted in Miscellany
Comments Off on Scientist detects powerful jet from supernova. . .
Playing with photoshop.
It’s all well and good making apps that work but you realise how dull they look. That’s the key difference between what I have right now and existing apps in the store. Look and Feel. To fix that we need … Continue reading
Posted in Miscellany
Comments Off on Playing with photoshop.
A summary of the day.
Good day. Silly exc_bad_access bug resolved. A macro in gdb to print the retainCount (mentioned in a previously posted link) is indeed very handy. Spamming this through the code was also useful: NSLog(@”%@ <nameoffunction>”,self); <— (or with another %@ … Continue reading
Posted in Games, Programming
Tagged dealloc, Dragon Age, memory management, Programming, retainCount
Comments Off on A summary of the day.
I squished a bug.
Two days chasing down a bug and the first thing to enter my mind is “I squished a bug”. Yeah I own the album and the song was stuck in my head. So…… “I Squished a Bug” an ode to … Continue reading
Posted in Music, Programming
Tagged bugs, gdb, Humour, I Kissed a Girl, Joke, Katy Perry, Music, Programming, Tribute
Comments Off on I squished a bug.