The way of making UIStoryboard's custom UIComponent [duplicate]
The way of making UIStoryboard's custom UIComponent [duplicate]
This question already has an answer here:
I want to make custom UIComponent to using in UIStoryboard or xib. There any way to make my custom component?
thanks :)
UIComponent
UIStoryboard
Custom component like UITableViewController :-

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
1 Answer
1
You can't do that. Apple doesn't allow it.
Xcode 3 used to support interface builder plug-ins, but this feature was dropped this in Xcode 4.
What you can do:
You can use @IBInspactable properties to them on Identity Inspector window.
You can use @IBDesinable to show the UIView while making in storyboard.
for @IBDesignable or @IBInspectable read : Tutorial