GrowingTextView icon indicating copy to clipboard operation
GrowingTextView copied to clipboard

Constraint Error Storyboard Xcode 9.3

Open narendra-ct opened this issue 6 years ago • 4 comments

Hello,

I tried with GrowingTextView examples and working as expected, but if try by creating a new project with Xcode 9.3 and i apply same constraint giving an error Input Toolbar (need constraint for: Y position or Height). screen shot 2018-04-30 at 8 35 23 am Please have a look on it. Appreciate your work. Thanks, Narendra.

narendra-ct avatar Apr 30 '18 03:04 narendra-ct

@narendra-ct Check out the example project, try to copy the exact. I hope it helps.

29satnam avatar May 01 '18 10:05 29satnam

@29satnam Even I tried to copy the entire view controller, still same error.

narendra-ct avatar May 02 '18 02:05 narendra-ct

@narendra-ct it’s working for me, you must be doing something wrong. Always remember: In the auto-layout an object requires x, y, height and width constraints. Look what’s missing. I hope this helps.

29satnam avatar May 02 '18 02:05 29satnam

@narendra-ct and all future viewers! I've come up with a better and more robust solution. Y'all might want to give it a look. Link: https://github.com/29satnam/InputAccessoryView

29satnam avatar May 23 '18 11:05 29satnam