Change UIButton size as per title text length

In this tutorial, we will learn how to alter UIButton size as per button title text length. UIButton does not increase its size, when we change tittle of UIButton dynamically or programmatically in swift. When we create a UIButton in storyboard, and set a large title to it in our ViewController class. Then the size […]

Change UIButton size as per title text length Read More »