I want to make 2 buttons dynamic, so that when one is pressed, the other one shrinks and vice versa – Ios swift
I have 2 buttons. "Stocks" one is default, it has larger size and bold, the "Favorites" one is small. When the second one is pressed, I want "Stocks" to change size dynamically. I tried to hardcode, but then realized viewDidLoad()…