willowtreeapps/spruce-ios

Prefix extended Objective-C classes

mattyohe opened this issue · 0 comments

While I doubt we'll see a private method signature that would come from Apple that would clash with this, it is still good practice to prefix any extensions of Objective-C classes.

Example:
https://github.com/willowtreeapps/spruce-ios/blob/develop/Sources/Classes/Full%20View/FullViewAnimation.swift#L31