You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because both TextFieldDelegate and TextViewDelegate inherit from a generic subclass their methods aren't called when the project, where the SideTide Framework is included, is build using release configuration. With debug configuration everything is working fine.
The solution is already mentioned in the description. TextField- and TextViewDelegate should not inherit from a generic base class.
The text was updated successfully, but these errors were encountered:
Because both TextFieldDelegate and TextViewDelegate inherit from a generic subclass their methods aren't called when the project, where the SideTide Framework is included, is build using release configuration. With debug configuration everything is working fine.
The solution is already mentioned in the description. TextField- and TextViewDelegate should not inherit from a generic base class.
The text was updated successfully, but these errors were encountered: