Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Swift Collections and Control Flow Dictionaries in Swift Working With Dictionaries

jonathan Appiah Bannor
jonathan Appiah Bannor
444 Points

can anyone give me any help on this one? many thanks

help

dictionary.swift
// IceCream 

var iceCream = ["CC": "Chocolate Chip",
                 "AP": "Apple Pie",
                 "PB": "Peanut Butter"]
iceCream["RR"] = "Rocky Road"
David Evans
David Evans
10,490 Points

What is the issue that you're having?

I don't see anything wrong with your code. Is there an error message you're receiving? What step of the challenge is this on?

I agree with David - I tried your code and it works fine.

1 Answer

Bruce Röttgers
Bruce Röttgers
18,211 Points

I checked it in the challenge, it works. Please provide what you have to do in the challenge in the question next time (copy paste) so you don’t have to do the challenge by yourself when helping.