This short tutorial will show you how to programmatically create UILabel inside of UIScrollView. UILabel will contain long text and we’ll set UIScrollView content size to fit UILabel size. Create new project (view based application) and inside your main view controller find method viewDidLoad, tha’s where we going to add our code. First we need […]
Read More