79369540

Date: 2025-01-19 18:45:37
Score: 1.5
Natty:
Report link

In Objective-C, where

  1. 'self...is a UIView object
  2. 'txtNotes' is a UITextView object...what works for me is:

[self.view.superview bringSubviewToFront: txtNotes];

Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: RichApple