AppleCFString - UBogun/Xojo-iosLib GitHub Wiki

Inherits from CFObject
Memory leak check: not yet done
Status: Almost fully incomplete

CFString is something you handle each day if you are using declares. You will probably not need this class except for the rare cases where you need to have the ptr to a CFStringRef too.

##Constructor Constructor (AString As CFStringRef): Creates a copy of the CFStringRef passed. The ptr to it is of course the CFTypeRef property of the CFObject base class.