I declared below:
@IBOutlet var hw_label : UILabel!
If I write as above than it\'s running successfully,
But when i declare as belo
One more thing:
If you declare a ! mark variable in a class, you have to initialize the values for this variable in the init() method of this class.
!