Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added annotation to silence xcode 13 beta 3 errors #332

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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