I want to write an init method in Swift. Here I initialize an NSObject class in Objective-C:
init
NSObject
-(id)initWithNewsDictionary:(NSDiction
Do not need for call this method from other class it will get called automatically
override init() { super.init() // synthesize.delegate = self // println("my array elements are \(readingData)") }