Objective-C Interface Builder don't see renamed class

Posted by Jerve on Stack Overflow See other posts from Stack Overflow or by Jerve
Published on 2010-04-09T09:42:50Z Indexed on 2010/04/09 9:53 UTC
Read the original article Hit count: 521

Hi,

I've renamed a UITableViewController class in Xcode, which was used as a parent class in a XIB. The Interface Builder still uses the old name for that class and it compiles and works fine. Interface Builder doesn't see the new name of the class and when I try to type in manually, it compiles and gives me an exception at the runtime: "Unknown class ... in Interface Builder file."

Is there a way to update the class name in the Interface Builder?

Thanks

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone