Category Archives: Interface Builder

Determine the size of a View by inspecting its NIB

I was exploring the UICollectionView API tonight and stumbled upon an old problem. Both UITableView and UICollectionView ask their delegate for size information about the cells they display. When creating cells in separate XIB files, which I normally do, this … Continue reading

Posted in Interface Builder, Tips and Tricks, UICollectionView, UITableView | Comments Off on Determine the size of a View by inspecting its NIB

Creating a custom UITableViewCell in iOS 4

This post explains how to create a custom table view cell that you can design  in Interface Builder and Xcode 4. Not only are the cells designable in IB, but they also have a code file in which you can … Continue reading

Posted in Interface Builder, UITableView, Xcode 4 | 14 Comments

Using UINavigationController in MonoTouch

This blog post is a walkthrough for setting up an iPhone application that uses UINavigationController to move between two screens. It shows how to use MonoDevelop and Interface Builder to create the application. MonoTouch is Novell’s implementation of the .NET … Continue reading

Posted in Interface Builder, MonoTouch | 6 Comments