Interface Builder can't see classes in a static library
Posted
by teabot
on Stack Overflow
See other posts from Stack Overflow
or by teabot
Published on 2009-06-29T14:51:33Z
Indexed on
2010/04/17
2:33 UTC
Read the original article
Hit count: 539
I have refactored some UIView sub-classes into a static library. However, when using Interface Builder to create view components for a project that uses the static library I find that it is unaware of the library classes. What do I need to do to make the class interfaces visible to Interface Builder?
Update: The correct answer refers to dragging the headers into the 'XIB browser'. The '.h' files can be dragged from a finder window to the window area identified in this image:
© Stack Overflow or respective owner