"Imported NS_ENUM types with undocumented values, such as UIViewAnimationCurve…" oh jesus that one's my fault 🙈
Conversation
what this best way to make my own NS_ENUM in swift? Using swift enums, I have to use .rawValue everywhere.
1
Replying to
What are you trying to do?
Replying to
I want to make an enum for error code ints that I pass to NSError. Then, I can have an NSError extension for my errors
1
Ah, right. Yes, I just use .rawValue for that.
1
Show replies

