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
when trying to run any of the lines inside customizeCommentTextView() it gives me Thread 1: EXC_BAD_ACCESS (code=257, address=0x1d4474082).
Any idea what might be happening? I followed the README instructions for Storyboard usage and I am using Carthage 0.29.0 to install GrowingTextView 0.5.
Thanks!
The text was updated successfully, but these errors were encountered:
I think you might not set the textview's class to GrowingTextView? Try this:
Go to storyboard, select the textview, open identity inspector, clear the "class" textbox, then input "GrowingTextView" again.
Code looks like this:
when trying to run any of the lines inside
customizeCommentTextView()
it gives meThread 1: EXC_BAD_ACCESS (code=257, address=0x1d4474082)
.Any idea what might be happening? I followed the README instructions for Storyboard usage and I am using Carthage 0.29.0 to install GrowingTextView 0.5.
Thanks!
The text was updated successfully, but these errors were encountered: