KTUIKit 0.9.1
I want to thank all of the brave Mac devs out there who’ve taken the time to try out KTUIKit. The comments and bug reports are extremely helful and appreciated. Thank you.
Things have been moving along with KTUIKit and I’m finally ready for a new Pre-alpha milestone release (0.9.1).
You can download a copy of the release here, or checkout the source from the GoogleCode project.
The .zip file contains:
I’ve posted the release notes on the project’s home page. There are major API changes in this update so I’ve made the previous revision of the project available for download for those who went beyond ‘brave’ into the realm of ‘crazy’ and have used it in a project you actually care about
I’ve also updated the KTUIKit page here on the blog with new instructions on how to install the plugin and use the framework in a project. The example project on the page has also been updated to use the latest version of the plugin and framework.
A little bit of news: I started working at Sofa a few months back and we’re using KTUIKit in a new product. I’m developing KTUIKit for Sofa in a separate branch of the subversion project and will slowly move those changes over to the trunk as the designs are finalized and the code stabilized. There are two things that made it into this version of the trunk that some people might find interesting: KTLayerController, a new controller for layers (like a view controller is to views) and KTTabViewController, whose only job is to switch between a list of view controllers. Both are still *in the works*, but I’ve been using them and I think they have promise. I have very loose descriptions of the classes and more in the release notes.
Again, thanks to everyone and I’ll see you at WWDC!
May 26th, 2009 at 5:06 pm
I endeavour to try out KTUIKit on my next Cocoa project. I get really tired of building a UI framework from scratch for every app, and it’s great to see someone tackling this problem and giving it away for free to the community.
Keep up the good work!
May 27th, 2009 at 5:01 am
Awesome. We’ve been using the basics of KTUIKit (mostly the view controllers) and it’s been working out quite well. It has saved us a good amount of time. Thanks for having taken the time to create this, it’s greatly appreciated.
June 4th, 2009 at 12:41 am
Very interesting, in the middle of rolling my own when I noticed yours. Sadly, I am working under Tiger, and am limited to the XCode 2.5 SDK; no NSViewController for me. Might be an advantage in some ways.
July 6th, 2009 at 10:31 am
Hi Cathy, I’ve mirrored your 0.91 release on github. You can check it out at http://github.com/dreamcat4/ktuikit/tree/master. Many thanks.