🤑 Join the Treehouse affiliate program and earn 25% recurring commission!

New No-Code Track! 🚀start learning today!

🌟 Dreaming of a bright future? 🎓 Ask about the Treehouse Scholarship program! 🚀

✨ Earn college credits in Cybersecurity, JS, HTML, CSS and Python

  • Treehouse Logo
  • Plans
    Chevron
    • For Individuals
    • For Businesses
    • For Schools
    • For Libraries
    • For Military
  • Library
    Chevron
    • All Courses
    • Tracks
    • College Credit
  • Techdegree
    Chevron
    • Overview
    • Front End Development
    • Full Stack JavaScript
    • Data Analysis
    • UX Design
    • Python
  • Community
    Chevron
    • Code Adventures
    • Discord
    • Forum
    • Success Stories
    • Treehouse Links
    • 100 Days of Code
  • Resources
    Chevron
    • Career Toolbox
    • CodeForward
    • Free Treehouse Near Me
    • Jobs
    • Blog
    • Support
    • About
  • For Individuals For Businesses For Schools For Libraries For Military
  • All Courses Tracks College Credit
  • Overview Front End Web Development Full Stack JavaScript Python Development Data Analysis UX Design
  • Code Adventures Discord Forum Success Stories Treehouse Links 100 Days of Code
  • Career Toolbox CodeForward Free Treehouse Near Me Jobs Blog Support About
  • Sign In
  • Free Trial
Instagram Twitter Facebook YouTube LinkedIn
    • Newest
      • Newest
      • Active
      • Unanswered
      • Featured
    • All Topics
      • All Topics
      • • General Discussion
      • • AI
      • • Android
      • • APIs
      • • Coding for Kids
      • • College Credit
      • • Computer Science
      • • CSS
      • • Data Analysis
      • • Databases
      • • Design
      • • Development Tools
      • • Digital Literacy
      • • Game Development
      • • Go Language
      • • HTML
      • • Java
      • • JavaScript
      • • Learning Resources
      • • Machine Learning
      • • No-Code
      • • PHP
      • • Professional Growth
      • • Python
      • • Quality Assurance
      • • React
      • • Ruby
      • • Security
      • • Swift
  • dhari alaradah
    dhari alaradah
    3,127 Points

    what is the benefit of the two constant under case statement ?

    Posted June 22, 2016 3:08am by dhari alaradah
    dhari alaradah
    3,127 Points
    • iOS
    • Swift Enums and Structs
    • Enums
    • Associated Values

    0 Answers

  • Gregory Millan
    Gregory Millan
    3,719 Points

    Optional question from quiz

    Posted February 22, 2016 1:57am by Gregory Millan
    Gregory Millan
    3,719 Points
    • iOS
    • Swift Enums and Structs
    • Enums
    • Associated Values

    3 Answers

  • Gregory Millan
    Gregory Millan
    3,719 Points

    Switch case

    Posted February 22, 2016 1:34am by Gregory Millan
    Gregory Millan
    3,719 Points
    • iOS
    • Swift Enums and Structs
    • Enums
    • Associated Values

    2 Answers

  • Thomas Katalenas
    Thomas Katalenas
    11,033 Points

    Pass or fail....monster rancher

    Posted February 6, 2016 9:06pm by Thomas Katalenas
    Thomas Katalenas
    11,033 Points
    • iOS
    • Swift Enums and Structs
    • Enums
    • Associated Values

    0 Answers

  • NOUR A ALGHAMDI
    PLUS
    NOUR A ALGHAMDI
    Courses Plus Student 5,607 Points

    i can't understand why?

    Posted October 19, 2015 5:57pm by NOUR A ALGHAMDI
    NOUR A ALGHAMDI
    Courses Plus Student 5,607 Points
    • iOS
    • Swift Enums and Structs
    • Enums
    • Associated Values

    4 Answers

  • Linh Nguyen
    PLUS
    Linh Nguyen
    Courses Plus Student 984 Points

    Raw values and associated values

    Posted September 21, 2015 10:57pm by Linh Nguyen
    Linh Nguyen
    Courses Plus Student 984 Points
    • iOS
    • Swift Enums and Structs
    • Enums
    • Associated Values

    0 Answers

  • Daniel Cranney
    Daniel Cranney
    11,609 Points

    What does (success) and (failure) actually pertain to?

    Posted June 30, 2015 10:18am by Daniel Cranney
    Daniel Cranney
    11,609 Points
    • iOS
    • Swift Enums and Structs
    • Enums
    • Associated Values

    1 Answer

  • peter keves
    peter keves
    6,854 Points

    What is the difference between Raw Values and Associated Values ?

    Posted June 23, 2015 11:52am by peter keves
    peter keves
    6,854 Points
    • iOS
    • Swift Enums and Structs
    • Enums
    • Associated Values

    2 Answers

  • Hunter Christian Davis
    Hunter Christian Davis
    2,813 Points

    This makes no sense

    Posted March 29, 2015 11:32pm by Hunter Christian Davis
    Hunter Christian Davis
    2,813 Points
    • iOS
    • Swift Enums and Structs
    • Enums
    • Associated Values

    1 Answer

  • Duc Tran
    PLUS
    Duc Tran
    Courses Plus Student 2,046 Points

    A Question regarding the contents in the switch function

    Posted February 26, 2015 3:53am by Duc Tran
    Duc Tran
    Courses Plus Student 2,046 Points
    • iOS
    • Swift Enums and Structs
    • Enums
    • Associated Values

    1 Answer

  • Tim Luk
    Tim Luk
    5,140 Points

    Why's the downloadStatus a constant? Also, I don't understand the constant used under the case. success.

    Posted February 3, 2015 6:25am by Tim Luk
    Tim Luk
    5,140 Points
    • iOS
    • Swift Enums and Structs
    • Enums
    • Associated Values

    1 Answer

  • Daan van Klinken
    Daan van Klinken
    1,744 Points

    Why doesn't this Switch statement use a *default* case?

    Posted February 1, 2015 10:51am by Daan van Klinken
    Daan van Klinken
    1,744 Points
    • iOS
    • Swift Enums and Structs
    • Enums
    • Associated Values

    1 Answer

  • Frances Angulo
    Frances Angulo
    5,311 Points

    case/switch vs. if statements for enum cases

    Posted January 13, 2015 1:46am by Frances Angulo
    Frances Angulo
    5,311 Points
    • iOS
    • Swift Enums and Structs
    • Enums
    • Associated Values

    3 Answers

  • Bryan Anderson
    Bryan Anderson
    1,062 Points

    Don't exactly understand Switch

    Posted January 12, 2015 4:50pm by Bryan Anderson
    Bryan Anderson
    1,062 Points
    • iOS
    • Swift Enums and Structs
    • Enums
    • Associated Values

    3 Answers

  • Aaron Williamson
    Aaron Williamson
    10,421 Points

    How would you make an enum return something dynamic?

    Posted December 8, 2014 6:57pm by Aaron Williamson
    Aaron Williamson
    10,421 Points
    • iOS
    • Swift Enums and Structs
    • Enums
    • Associated Values

    1 Answer

  • Blaine Fallis
    Blaine Fallis
    2,449 Points

    what's the colon doing? .Failure(let success):

    Posted November 9, 2014 7:45pm by Blaine Fallis
    Blaine Fallis
    2,449 Points
    • iOS
    • Swift Enums and Structs
    • Enums
    • Associated Values

    2 Answers

Posting to the forum is only allowed for members with active accounts.
Please sign in or sign up to post.

    Treehouse

  • About
  • Blog
  • Careers
  • Community
  • Stories
  • Shop
  • Contact
  • Gift Card

See Full Catalogue

Techdegree

  • Front End Web Development
  • Full Stack JavaScript
  • Python Development
  • Data Analysis
  • UX Design

Tracks

  • Learn to Code for Beginners
  • Beginning Python
  • Beginning SQL
  • Beginning Java
  • ...see more

Courses

  • JavaScript Basics
  • Intro to HTML & CSS
  • Python Basics
  • CSS Layout
  • ...see more

Explore

  • Plans
  • Affiliates
  • Perks
  • Free Treehouse Near Me
  • Treehouse for Libraries
  • Treehouse for Businesses
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
  • Instagram
Terms & Conditions | Privacy

© 2025 Treehouse Island, Inc.