ios - Custom Input view from Storyboard? - Swift -
a few months there question posted regarding custom input view, answered david berry
the answer works i've been trying same work storyboard rather nib.
what equivalent code load storyboard in place of nib?
if let objects = nsbundle.mainbundle().loadnibnamed("inputview", owner: self, options: nil) { myinputview = objects[0] uiview }
Comments
Post a Comment