ortuman / SwiftForms

A small and lightweight library written in Swift that allows you to easily create forms.
MIT License
1.33k stars 209 forks source link

Error Argument labels '(rawValue:)' do not match any available overloads #172

Open hfzwhd opened 6 years ago

hfzwhd commented 6 years ago

hi, xcode yelling

Argument labels '(rawValue:)' do not match any available overloads

for below codes

titleLabel.setContentHuggingPriority(UILayoutPriority(rawValue: 500), for: .horizontal) titleLabel.setContentCompressionResistancePriority(UILayoutPriority(rawValue: 1000), for: .horizontal)