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 Enumerations and Optionals in Swift Introduction to Enumerations Enum Methods

Flawed exercise - correct style class is UIBarButtonItemStyle, not UIBarButtonStyle

The exercise description says the style class to use is UIBarButtonStyle...which is wrong.(that class doesn't exist) The correct class to use is UIBarButtonItemStyle.

Lost quite some time on this exercise...How is it possible that this error hasn't been corrected, it's not a new course? How do I alert this as an error to teamtreehouse? And how do I go back and rate this challenge - can't seem to go back to the rating view.

Here is the faulty exercise description:

"Next, add a method to the enum named button that returns an instance of the class UIBarButtonItem configured properly. An example of how to create an instance for this task is shown in the comments below. Use the same initializer.

In the method, using the associated values as titles for the button, return a button with style UIBarButtonStyle.done for the done member of the BarButton enum. Similarly for the edit member, return a UIBarButtonItem instance with the style set to UIBarButtonStyle.plain.

In both cases you can pass nil for target and action. Once you have a method, call it on the value we created in the previous task and assign it to a constant named button."

Steven Parker
Steven Parker
229,744 Points

If you believe you have discovered a bug, you can report it directly to the staff as described on the Support page. It might even get you the "special Exterminator badge". :beetle: