• Stars
    star
    280
  • Rank 142,644 (Top 3 %)
  • Language
    Objective-C
  • Created about 9 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

QRCatcher

已于AppStore上架 AppStore 链接

一个简洁美观的二维码扫描应用

  1. 主要功能:

    • 二维码扫描与解析
    • 扫描记录保存
  2. 技术实现细节:

    • 利用AVFoundation进行扫描与解析
    • 利用CoreData进行数据存储,增删减除
    • 利用CAShapeLayer与UIBezierPath实现动画效果
    • 利用AutoLayout与SizeClasses进行界面布局