It work well in Swift,I use the same way to create Xib in Objective-C project,but it can not work,what else can I do? Thank you.
`#import <UIKit/UIKit.h>
#import <BFWControls/BFWControls.h>
IB_DESIGNABLE
@interface MyCustomView : BFWNibView
@Property (weak, nonatomic) IBOutlet UIButton *button;
@Property (weak, nonatomic) IBOutlet UISegmentedControl *segmentedControl;
@end`
It work well in Swift,I use the same way to create Xib in Objective-C project,but it can not work,what else can I do? Thank you.
`#import <UIKit/UIKit.h>
#import <BFWControls/BFWControls.h>
IB_DESIGNABLE
@interface MyCustomView : BFWNibView
@Property (weak, nonatomic) IBOutlet UIButton *button;
@Property (weak, nonatomic) IBOutlet UISegmentedControl *segmentedControl;
@end`