tbointeractive / bytes

bytes is a set of Swift tools to cover many all-day tasks in iOS development.
MIT License
7 stars 1 forks source link

Add NSLayoutConstraint Extension for priority #48

Open thorstenstark opened 2 years ago

thorstenstark commented 2 years ago
func withPriority(_ priority: UILayoutPriority) -> Self {
   self.priority = priority
   return self
}