
iOS开发
yollet
这个作者很懒,什么都没留下…
展开
-
iOS开发之弧形文字
iOS开发开发之弧形文字、环形进度条原创 2022-02-25 17:22:12 · 2135 阅读 · 0 评论 -
FMDB线程安全 事务使用
BOOL result = [db executeUpdate:@"CREATE TABLE IF NOT EXISTS AccountList (money text, useType text, type text, date text, remark text, accountId INTEGER PRIMARY KEY AUTOINCREMENT);”];其中accountId...原创 2018-08-29 11:59:24 · 622 阅读 · 0 评论 -
iOS开发 Speech-Kit 语音识别
iOS开发 Speech-Kit 语音识别内容如下:授权:[SFSpeechRecognizer requestAuthorization:^(SFSpeechRecognizerAuthorizationStatus status) { if (status == 3) { NSLog(@"授权成功"); } else ...原创 2018-11-07 17:26:26 · 995 阅读 · 0 评论