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 Enums and Structs Enums Associated Values

I can't figure out why this is wrong. I did it exactly as he explained in the video I think.

It tells me to click preview to view errors, but the errors are only talking about counts.

enum.swift
enum BookType {
  case Pdf (String)
  case Epub (String)
}

3 Answers

We are working on a solution to this right now. We should it have in place in the next hour. Sorry for the trouble.

The fix is live. Happy learning!

OK! good! I thought I was going nuts! I've been going over it for the last 30 mins or so trying to figure out what I was doing wrong.

Awesome thank you!!