Avatar notebook default
iOS
5篇文章 · 735字 · 1人关注
  • Mac使用常见命令行

    隐藏/显示隐藏文件 defaults write com.apple.finder AppleShowAllFiles -bool true d...

  • FMDB的使用

    简介 iOS平台下sqlLite数据库的框架,以OC对sqlLite的C语言API进行了封装。 面向对象,灵活,线程安全 使用 去github地...

  • iOS中富文本的实现

    label中存在attributedText属性 设置整体的富文本 2.分开设置

  • pch文件

    pch文件可用于在倒入常用文件,避免在不同的文件中手动导入,在Xcode6之后苹果去掉了pch文件,不过我们编程的时候为了便利性,大都需要自己加...

  • Xcode快捷键

    1.command+R 运行程序 2.command+. 停止运行 3.command+N 创建新文件 4.command+shift+N 创建...

文集作者