Tag open source

nib2objc featured in Softpedia

As the title suggests: check out the official nib2objc page in Softpedia!

EasyTableView for iPhone Prototyping

Our first blog post of 2010 presents a tool that we’ve been using internally and that might be useful for other people.

As you might have experienced, prototyping applications in Interface Builder is fine as long as you don’t deal that much with UITableViewController instances. Prototyping user interfaces with tables and navigation is not as [...]

Kevin Smith iPhone Application

I’ve just been notified by the nice guys from DenVog that the Kevin Smith iPhone application includes code from my Asynchronous UITableView sample, posted earlier this year. The app also features the MGTwitterEngine from Matt Gemmell, too.
Thanks for the credits guys! I’m glad my code has been helpful to you.

WordPress

I am a big WordPress fan. And I do not suffer from the NIH syndrome. So when I had to build a site for my company, the choice of WordPress was a natural one. I’ve been using it for Open Kosmaczewski (my personal blog now) for over 3 years, and I must say that it [...]

Another Mention on StackOverflow

I’ve used Adrian Kosmaczewski’s iPhone Rest Wrapper with success.
Published on Stack Overflow.

Mention on Mauro Del Rio’s Blog

I just read an interesting post on Cocoa with Love, and I discover an interesting tool to make my life easier:
Now I can create my UI with IB, and the tool will convert it to a .m file.
GREAT!!!
The tool is called nib2objc and it can be found on Github.
Published on Mauro Del Rio’s blog.

Mention on Matt Gallagher’s Blog

Layout of the content in code is probably the weakest part of the approach I’ve presented. To make it easier, you can pre-layout everything in Interface Builder and copy the layout into code. For complicated layouts, you could even try using nib2objc to convert your XIB files to code automatically (although I’ve never done this, [...]

Mention on ArsTechnica

A handy open source utility by Adrian Kosmaczewski allows you to convert Interface Builder files to Objective-C code. With it, you can extract all the layout information and properties of your visual design and transform that into code. Nib2objc does exactly what its name suggests. With it, you can generate converted code that takes into [...]

Mention on StackOverflow

Hope Adrian Kosmaczewski’s work can save your time from reinventing the wheels:
http://github.com/akosma/iphonerestwrapper/tree/master
And, it’s Public Domain.
Quote appeared in Stack Overflow.