2

I know the thread on Interface Builder can't see classes in a static library there add to InterfaceBuilder(IB) classes in static library, temporary. The way is drag & drop the header files(.h). It's working in one time booting the IB

I wanna permanently add to IB the classes.

How to do this?

Community
  • 1
  • 1
TopChul
  • 419
  • 2
  • 14
  • When I maked new class kind of UIViewController inherit a class in my static-library, Then the class has no view outlet. How to work in every new class inherit a class in static-library ? – TopChul Jun 29 '10 at 01:48

1 Answers1

0

In short, I'm not aware of any solution. Typically Read class Files... menu item in IB is sufficient to make IB aware of classes in static libraries.

FluffulousChimp
  • 9,157
  • 3
  • 35
  • 42