ios - How to add system icons for a UIButton programatically? -


it's easy add custom image or background uibutton , there seems no programmatic way set 1 of following default ios icons uibutton , know can applied navigation bar buttons, don't need that, want apply simple uibutton, hints?

enter image description here

from apple's documentation: init(type:)


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

mongodb - Multiple $and with multiple $or in $match mongoose -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -