jobandtalent / AnimatedTextInput

Animated UITextField and UITextView replacement for iOS
MIT License
760 stars 128 forks source link

'weak' should not be applied to a property declaration in a protocol and will be disallowed in future versions #107

Closed seanpavlak closed 5 years ago

seanpavlak commented 6 years ago

AnimatedTextInput.swift

Line 572: weak var textInputDelegate: TextInputDelegate? { get set } results in a swift compiler warning

Tantalum73 commented 5 years ago

I think your issue was resolved during the Merge of PR #109 by @Anarchoschnitzel ✌🏼