ElaWorkshop / TagListView

Simple and highly customizable iOS tag list view, in Swift.
MIT License
2.64k stars 492 forks source link

Build error #185

Closed smartyram closed 6 years ago

smartyram commented 6 years ago

Incorrect argument label in call (have 'withAttributes:', expected 'attributes:') TagView.swift line 187 override open var intrinsicContentSize: CGSize { var size = titleLabel?.text?.size(withAttributes: [NSAttributedStringKey.font: textFont]) ?? CGSize.zero

smartyram commented 6 years ago

Ok my bad need to switch to swift 4.0 for TagListView compilation