Uncategorized

This year was a record for me in the amount of programming tutorials I read and published and I feel so grateful that I have this opportunity to learn and share. I feel like I want to give back to the world more and since it is a Christmas and a New Year time and…

Read More Winter Holiday Give Away – A Video Course of Your Choice

Parse is going to shut down its services very soon and developers are encourage to migrate their apps from Parse.com to another cloud of their choice. If you have not migrated your app from Parse.com I strongly recommend you do it ASAP before it is too late and your data is gone.  To help you…

Read More Install MongoDB on Amazon EC2 and Point Parse Server to Work With Local MongoDb

Time flies! It’s been one year since I have started this blog and it still feels like it was just yesterday! I did not notice how the year went by because I have been extremely busy working on producing as much value as possible for you my friends. I have recorded almost 300 videos, two…

Read More One Year Anniversary and My Top 100 iOS Dev Blogs Award!

Hi there! It’s been an amazing year! Thank you very much for reading my blog and sending me your messages and questions. I feel happy and engaged and busy and this year additionally to video tutorials, I will be writing short blog posts with code examples and even more than that :). Some of the…

Read More Please check out my mini book and please share with me your feedback.

To learn how to pass data back to the previous view controller read this blog post. To illustrate how to pass information forward from one view controller to another view controller in Swift, I will create a project with two views on the Main.storyboard. Let’s follow these steps: Create a new Xcode project if do…

Read More Pass Information Forward From One ViewController to Another in Swift

I am printing a notebook with a customized design for myself. Please comment or send me a message if you would like to have one. It is going to be a Moleskine notebook with elastic string just like Evernote has here.  Below is a cover image I am planing to use. Would you like to…

Read More “I Am a Developer” notebook. I am printing one. Would you also like?

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.