Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Sources/SkyFloatingLabelTextField.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public enum ErrorMessagePlacement {
A beautiful and flexible textfield implementation with support for title label, error message and placeholder.
*/
@IBDesignable
@available(iOSApplicationExtension, unavailable)
open class SkyFloatingLabelTextField: UITextField { // swiftlint:disable:this type_body_length
/**
A Boolean value that determines if the language displayed is LTR.
Expand Down
1 change: 1 addition & 0 deletions Sources/SkyFloatingLabelTextFieldWithIcon.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public enum IconType: Int {
/**
A beautiful and flexible textfield implementation with support for icon, title label, error message and placeholder.
*/
@available(iOSApplicationExtension, unavailable)
open class SkyFloatingLabelTextFieldWithIcon: SkyFloatingLabelTextField {

@IBInspectable
Expand Down