I’m new to Objective-C and I’m trying to use methods from TextInputSources so I tried
#import <Carbon/HIToolbox>
and
#import <HIToolbox/TextInputSources.h>
nothing of those works. Is there something I’m missing? I’m using Xcode 3.
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 a big header, but it always works.
You should probably do this in your prefix header, simply because including it anywhere else is going to slow down builds by a lot.