I am using NSMutableArray in one of the class that time working as expected. But now I am trying to implement third party framework (Portsip) in my application. I got below Ambiguous use of 'subscript(_:)' error.
Please help me on this and Thanks in Advance.
var assessmentQuestionArray:NSMutableArray!
(((assessmentQuestionArray.object(at: selectedSection) as AnyObject)["child"] as AnyObject)[selectedRow] as AnyObject).setValue(selectedLang, forKey: "answer") ---- Ambiguous use of 'subscript(_:)'