UIScrollView

In this video I demonstrate how to programmatically add several images as subviews to UIScrollView in Swift. In my example I use UIImageView but it can be a custom user interface design ex. XIB file. To learn how to create your own reusable custom user interface files watch this video: Creating custom user interface files…

Read More UIScrollView Programmatically Add UIImageView as SubView. Example in Swift.

In this video I am going to show you how to build lengthy user interface that does not fit into a view and needs to scroll. I am going to use Xcode visual editor only and will not be writing any code manually.

Read More UIScrollView example. Building lengthy user interface that doesn’t fit and needs to scroll.