摘要: /* 1.设置UI界面 2.引入框架 3.点击选择照片 4.连接蓝牙设备 5.实现蓝牙的代理方法 6.发送照片 */ #import "ViewController.h" #import @interface ViewController () @property (nonatomic, strong) UIImageView *imgView; @property (no... 阅读全文
posted @ 2018-04-27 17:59 chihbun 阅读(399) 评论(0) 推荐(0) 编辑
摘要: 步骤如下: 1、安装HomeBrew,命令如下: 在终端输入命令:$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 等待安装成功后验证一下brew的版本:$ brew 阅读全文
posted @ 2018-04-27 14:39 chihbun 阅读(360) 评论(0) 推荐(0) 编辑