IOS 9

How to add video as background in IOS SDK

In this post, we will learn how to add video as background in our iOS application. To achieve this, we can use AVPlayer class. Let’s us start, first create a new project with single view application and name it “BackgroundVideo-Demo”. Steps to add video as background in objective c Open your ViewController.m file and create […]

How to add video as background in IOS SDK Read More »

How to create Parallax scrolling effect in IOS

Parallax scrolling effect is most commonly used in IOS app now days. In this post, i am going to tell you that how can we achieve parallax scrolling effect in IOS app. I created a class ParallaxViewController for this purpose. First download the code from below link https://github.com/leoiphonedev/ParallaxScroll_IOS Drag and drop the files 1) ParallaxViewController.h

How to create Parallax scrolling effect in IOS Read More »

How to use Autolayout in UIView design in IOS tutorial – Beginner

This tutorial is for beginner in Autolayout in IOS app development. We will learn basics of auto layout in this post. Autolayout in IOS is an excellent tool to make your user interface workable on all devices. Now with the size classes introduction it is much easier to to create a single screen and make

How to use Autolayout in UIView design in IOS tutorial – Beginner Read More »