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

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -