onmyway133 / notes

:notebook_with_decorative_cover: Issues and solutions I found during development, mostly iOS
https://onmyway133.com/
MIT License
62 stars 4 forks source link

oldFirstResponderBeforeBecoming #688

Open onmyway133 opened 2 months ago

onmyway133 commented 2 months ago
NSWindow: -_oldFirstResponderBeforeBecoming is not a valid message outside of a responder's implementation of -becomeFirstResponder.
onmyway133 commented 2 months ago
textView.window?.makeFirstResponder(textView)