I'm porting an older app over to Xcode 7 beta and I'm getting an error on my animations: Cannot invoke 'animateWithDuration' …
swift swift2 animatewithduration swift3 optionsettypeI have an enum named ProgrammingLanguage: enum ProgrammingLanguage { case Swift, Haskell, Scala } Now I have a class named Programmer with …
swift enums optionsettype