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...

enter image description here

accessing dictionaries subscript returns optional. because can't tell dictionary going use subscript exists in keys list. (even if could, wouldn't believe :).


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

android - Keyboard hides my half of edit-text and button below it even in scroll view -