In XCode 4 for building iOS 5 apps, I can create custom UITableViewCells. I have created a subclass of UITableViewCell and created a prototype cell. I have assigned the subclass to that prototype cell. Then I can use the cell. That's no problem.
But I cannot get XCode 4 to allow me to drag-assign the outlets of the subclass to refer to views inside the cell. I have to write the properties manually and then drag-assign them. Does XCode 4 capable of this?