ios - Cannot subscript a value of type '[String: AnyObject]' with an index of type 'String' -
this not duplicate of question
cannot subscript value of type '[nsobject : anyobject]?' index of type 'string'
or
cannot subscript value of type '[string : string]?' index of type 'string'
the reason because dictionary not optional, problem question. why can't subscript this...
accessing dictionaries subscript returns optional. because can't tell dictionary going use subscript exists in keys list. (even if could, wouldn't believe :).
Comments
Post a Comment