mbogh / NibDesignable

Elegant way of enabling IBDesignable on your nib-based views
MIT License
342 stars 74 forks source link

I copied the class NibDesignable and change the superclass to UIControl finally named it NibDesignableControl and connected actions failed #12

Closed WhaleWatching closed 8 years ago

WhaleWatching commented 9 years ago

Just like title, CustomControl is subclass of NibDesignableControl, and in storyboard I connect the "Touch Up Insede" of CustomControl to viewcontroller, the action doesn't fired.

Sorry I'm a starter, can you write a works fine NibDesignableControl for UIControl? Thanks

mbogh commented 8 years ago

@WhaleWatching if you grab 2.1.0 thanks to @illaz you can now use NibDesignableControl.

Have a nice day.

WhaleWatching commented 8 years ago

thanks.