-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Labels
Description
Non-scheduling initializers are currently defined as static methods because there was a bug in Foundation causing a crash.
I believe it was fixed, but I don't remember when exactly — it's possible it was only iOS 9/El Capitan, and it still won't work on iOS 8 etc.
If someone could verify this, we could add initializers that are appropriately marked as @available.
PR-s appreciated.