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

Popular posts from this blog

javascript - Complete OpenIDConnect auth when requesting via Ajax -

apache - PHP Soap issue while content length is larger -

c# - Replace text in MailItem Body -