Here is what I am trying to do:
class ViewController: UIViewController { let screenRect: CGRect = UIScreen.mainScreen().bounds let screenWidth = screenRect.w
Its not possible to access self before initialisation process gets completed, therefore its giving error.