Switch Statements in Swift

Hello there! I have a question regarding switch statements. Is it possible to use extension on switch statements for more clear/concise code? I plan on having at least 26 switch statements in my code, is this a possible solution at more concise code?