Skip to content

Commit

Permalink
[fix] replace iOSApplicationExtension availability with iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopereira committed May 7, 2019
1 parent b39034b commit dd8fd1d
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 @@ -112,7 +112,7 @@ open class WSTagsField: UIScrollView {
}
}

@available(iOSApplicationExtension 10.0, *)
@available(iOS 10.0, *)
open var fieldTextContentType: UITextContentType! {
set {
textField.textContentType = fieldTextContentType
Expand Down

0 comments on commit dd8fd1d

Please sign in to comment.