Open Args opened 7 years ago
and how can i know the key of dictionary if a method like this initWithDictionary:(id)arg1?
initWithDictionary:(id)arg1
Methods paramenters do not contain type encoding information, just that they are objects (@). Properties and instance variables do contain more type information.
@
and how can i know the key of dictionary if a method like this
initWithDictionary:(id)arg1
?