1.0.5
Add sugar for setContentHuggingPriority and setContentCompressionResistancePriority operations
Now we can use it in chains of view layout setup methods
view.hugging(250, axis: .horizontal)
view.hugging(.defaultLow, axis: .horizontal)
view.hugging(.less, than: view1, axis: .horizontal)
and
view.compressionResistance(250, axis: .horizontal)
view.compressionResistance(.defaultLow, axis: .horizontal)
view.compressionResistance(.less, than: view1, axis: .horizontal)