I've customized an UIView
in its own .xib
file in order to being able to reuse it in several scenes of my storyboard
. It is only a view with no view controller behind. I'm trying to load it in the storyboard
and to see it in Interface Builder
in the scenes I want to place it, with no success. I've been looking for a way to do that and I didn't found a post with an answer that worked for me.
I'm using Xcode 6.3.2 and my app is targeting iOS 7 and above. Could somebody help me?
Thanks in advance