79146842

Date: 2024-11-01 03:28:30
Score: 0.5
Natty:
Report link

Instead of add placeholderLabel to textView, you should add placeholderLabel to view of NameViewController: Change this line textView.addSubview(placeholderLabel) to view.addSubview(placeholderLabel). There might be hidden logic in UITextView to interact with its subviews which cause your bug

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: duckSern1108