SebastianBoldt / Jelly

🌊 - Jelly is a library for animated, non-interactive & interactive viewcontroller transitions and presentations with the focus on a simple and yet flexible API.
http://www.sebastianboldt.com/
MIT License
2.45k stars 123 forks source link

Remove prefixes from classes etc. #27

Closed SebastianBoldt closed 6 years ago

SebastianBoldt commented 7 years ago

Prefixes are bad in Swift because there is no need for them. Please remove.

ChristianKienle commented 7 years ago

You can simply annotate like this:

NS_SWIFT_NAME(Class)
@interface XXXClass: NSObject

This retains the prefixes under Objective-C but gets rid of them for Swift-users.

SebastianBoldt commented 6 years ago

Done in 2.0.0 ✅