ios - Create UIImage from default system icon with swift -


how create uiimage variable more default system icon in swift? know how uibuilder in storeboard need programmatically

you can't reference uiimage object of system uibarbuttonitem objects. can create 1 predefined ones, there no way of obtaining uiimage reference them.
in storyboard set desired type of uibarbuttonitem, don't select uiimage object there.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -