I am trying to override NSTextView - (void)complete:(id)sender method but I can’t find any example on how to do it. What does this method do? There are examples, or where I can find the original implementation?
Thank you!
—Alberto
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s all there in the documentation of
complete:Normally, one doesn’t need to reimplement
complete:.