Implemented features are:
- Locally-stored list of comics, automatically updated upon app launch
- Image downloaded and stored locally on device on first view
- Visual cue to distinguish between cached and uncached comics (uncached ones are greyed out), and between read and unread comics (red bullets)
- Alt (title) text toggling
- Supports zooming and device rotation
- Searching by title or comic ID
I will probably push out a few more features before release if I have time.
Here are some screenshots:


The project's also still up on SourceForge.net with MIT License. I would like to request that if anyone really wants to build and test it, please don't release it for Installer/Cydia/whatever. (It actually won't run properly without being installed by iTunes anyway due to the different directory structure so you will need to modify it if you want to test it for yourself)
I will probably release a codesigned binary for testing properly through iTunes at some point soon as well, and if that happens I will post here. (Although I think I can only register up to 100 devices for ad-hoc testing distribution through Apple iPhone dev programme)
*PS: There's still an issue with image zooming, which I just discovered today. It only happens after a few zooms are done on different comics. Basically, I had to slice the image up into smaller pieces because UIImageView bugs out when loading large images entirely (like Depth or Height). This means that the UIScrollView's default zooming behaviour doesn't work properly anymore and so this needs fixing/perfecting.
*PPS: If anyone do build and test out the app, I would very much appreciate your feedback and suggestions.
*PPPS: Feature requests are welcomed, although there's no guarantee that I'll have time to implement it. (Although, please PM if you do want to contribute some code










