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

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -