Does Snapkit provide constants to replace the deprecated functions .priorityMedium() .priorityHigh() and .priorityLow() ?
The suggested replacement is to use .priority(amount), but I can't find anywhere that mentions how the numbering works - is a higher number a higher priority? ie, Can I use 0 for low, 500 for medium, and 1000 for high?
It would make sense if the deprecated methods now had constants to replace them, so I feel like I am just looking in the wrong place.
Thanks!