After starting work on appledoc redesign, one of the first things I added was command line parsing. I used trustful DDCli library from Dave Dribin. However I soon discovered it doesn’t work well with arc. That, coupled with different workflow I wanted, prompted me to digg in Dave’s code to see how I could change it to suit my needs better. At the end I ended with writing a command line interface library from scratch.
Bringing appledoc to next level
- February 10, 2012
- by Thomas
- Appledoc
Appledoc became quite popular amongs Cocoa developers, especially since 2.0. It also seen many contributions from various users. But it has become very hard to maintain. In this blog post I’ll describe the reasons and future directions.
Auto layout and view animation
- December 21, 2011
- by Thomas
- Programming
In September, I wrote about our Mac OS X 10.7 Lion Auto Layout. As auto layout is one of the building blocks for laying out user interface for next major update of Startupizer, and being new technology, I came across few issues that took me a while to figure out. In this post, I’ll cover some of them for my future reference and hopefully shed some light for those of you stumbling upon the same walls.
Auto-layout in Lion
- September 2, 2011
- by Thomas
- Programming
In my previous post (part 1 and part 2), I talked about new Lion feature - view-based table views. I skimmed over auto layout briefly. In this post, I’m going to talk about it a bit more. We’ll update the example app from previous post to use auto layout and see what changes are required when porting existing code. In addition, we’ll take a look at how we can use auto layout with view controllers and dynamic view hierarchies.
Appledoc 2.0 released!
- January 26, 2011
- by Thomas
- Appledoc
We’re proud to announce we’ve released appledoc 2.0! It took several months of efforts, but the result is stable and easily extendable platform - what we envisioned for appledoc to be in the first place!
Appledoc 2.0 examples
- October 23, 2010
- by Thomas
- Appledoc
In this post, I’ll add links to documentation generated with appledoc 2.0 in time. The post will be updated accordingly.
The future of appledoc
- February 18, 2010
- by Thomas
- Appledoc
In this post I’m talking about appledoc and directions I’m taking it in the future based on feedbacks and suggestions from users.
Appledoc 1.0 released
- August 21, 2009
- by Thomas
- appledoc
After several long gaps I finally got some time to finish the remaining stuff on the appledoc utility. It now handles all the tasks I need and results in very elegant code documentation. Check it out!