Creating custom user interface files with XIB in Xcode 6 and Swift
In this video I am showing you how to create custom user interface file with XIB in Xcode 6 and how to load it as a Subview programatically as well as using Main.storyboard. Source code of MyCustomView...
View ArticleUIScrollView Programmatically Add UIImageView as SubView. 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....
View ArticleUpload Image to AWS S3 Bucket. In Swift.
In this blog post I am going to share with you how to upload an image to Amazon AWS S3 Bucket. I have split information into smaller videos and it will cover: Create AWS S3 Bucket Edit S3 Bucket policy...
View ArticleXcode Tips and Tricks to Work with Images
I want to share with you a collection of more than 80 Xcode productivity tips that I recently discovered. Last night I went through 20 of them watching non stop, because I wanted to learn more and...
View Article