Load Images

In this video tutorial I am going to share with you how to create and use UICollectionView in Swift. Here is what we are going to cover: Create a new UIViewController with UICollectionView Implement custom UICollectionViewCell Load list of images by calling a server side PHP script which will return a JSON array of images Display…

Read More UICollectionView example in Swift

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.