krzyzanowskim / Natalie

Natalie - Storyboard Code Generator (for Swift)
http://blog.krzyzanowskim.com/2015/04/15/natalie-storyboard-code-generator/
MIT License
1.17k stars 74 forks source link

Storyboard enum cases should always be camelCase #93

Closed aspyre closed 7 years ago

aspyre commented 7 years ago

As per the Swift 3 guidelines, the enum cases should always start with a lowercase letter, rather than using the casing provided by the identifier.

phimage commented 7 years ago

Two things to do

I can do it if my PR #96 is merged, because I edit SwiftRepresentationForString, so a conflict will occurs

aspyre commented 7 years ago

Thank you!