Skip to content

How can I use it in Objective-C? #85

@Corotata

Description

@Corotata

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`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions