I am trying to pass data to labels from my JSON file onto a simple ViewController but I don\'t know where to actually pass that data. Would I be able to just add to my set
set
It should be valueForKey instead.
valueForKey
Example:
name.text = [infomation valueForKey:@"AnimalName"];