Why use tags with UIButtons? – Ios swift
I'm studying Swift and I have a question. When we make some button's Action function, sometimes tags are used. After all to set button's tags with code, we must connect button's Outlet from storyboard. Why use tags instead of outlet's…