Skip to content

Commit

Permalink
Merge pull request #143 from cdf1982/master
Browse files Browse the repository at this point in the history
Changed access to tagViews to open to allow manipulation of specific tags views, i.e. tintColor
  • Loading branch information
ricardopereira authored Jun 18, 2020
2 parents 5c6a1bd + 48ce6c7 commit 6bcf27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WSTagsField.swift
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ open class WSTagsField: UIScrollView {
}

open fileprivate(set) var tags = [WSTag]()
internal var tagViews = [WSTagView]()
open var tagViews = [WSTagView]()

// MARK: - Events

Expand Down

0 comments on commit 6bcf27a

Please sign in to comment.