iphone - Create a UIView in storyboard -


how create uiview in storyboard uibarbuttonitem presenting popovercontroller. possible create separate uiview without having uiviewcontroller?

requirement uibarbuttonitem in uiviewcontroller when pressed should present uiview popover controller, has uitableview in it.

thanks help.

if want present table view, better off having table view controller, regardless how showing table (popover or otherwise).

simply setup new view controller in storyboard, add segue bar button , specify "style" popover.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -