Questions tagged [cfstring]

Apple's suite of functions in CoreFoundation for string-handling. Toll-free bridged with NSString

107 questions
-1
votes
1 answer

Block Inappropriate Content from Chatroom

Basically, I have a chat room in an iphone app and I want to block inappropriate words from it. I have an array of these words called blackList. However, whenever I run the code below, I get the error that "use of undeclared identifier 'foundRange'"…
user2779450
  • 733
  • 1
  • 9
  • 19
-1
votes
1 answer

Read a text file with Core Foundation in Apple development?

what is the easiest, most straight-forward method to read a text file and copy it into a variable (CFStringRef)?
1 2 3 4 5 6 7
8