📈
objective-c
  • 前言
  • 编译原理
    • 编译LLVM
    • 我的第一个Clang插件
    • 自定义LibTooling
    • 自定义属性
    • AST
    • Swift
  • Foundation
    • Number
    • NSString
    • Class
    • Category
    • 琐事
    • 多线程
    • ARC
    • RunLoop
    • 算法
  • Network
  • Animation
  • JavaScriptCore
  • 架构设计
  • 跨平台
    • Flutter
  • UIKit
    • UIView
    • AutoLayout
    • WebView
  • ApplePay
  • In-App Purchase
  • Reveal
  • Xcode
Powered by GitBook
On this page

Was this helpful?

  1. Foundation

NSString

char和string类型在ObjC中同样可用,但是基本也可以不用。NSString作为整个Cocoa框架的灵魂类,强大无比,基本能胜任现代编程语言对于字符串的所有基本处理和更复杂的处理。详细使用方法将在后面专门章节介绍。

PreviousNumberNextClass

Last updated 5 years ago

Was this helpful?