Documentation Language: Swift

Property

swiftCamelCaseName

Return an idiomatic Swift name.

var swiftCamelCaseName: String { get }

Discussion

This method returns the name in Swift-style camelCase. Before doing so, it checks whether the name is all uppercase, in which case it converts it to lowercase first.