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++: Boost interprocess memory mapped file error -

python - IO.UnsupportedOperation: Not Writable -

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