06 2021 档案

摘要:1. import SwiftUI import PlaygroundSupport struct ContentView : View { @State var index = 0 var body: some View { VStack{ Text("hello world") .padding 阅读全文
posted @ 2021-06-30 10:53 lianhuaren 阅读(44) 评论(0) 推荐(0)
摘要:1. $ cd ~/.cocoapods/repos $ pod repo remove master$ git clone https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git master 最后进入自己的工程,在自己工程的pod 阅读全文
posted @ 2021-06-29 15:43 lianhuaren 阅读(371) 评论(0) 推荐(0)
摘要:1. pod 'CocoaLumberjack', '~> 2.2.0' #import <CocoaLumberjack/CocoaLumberjack.h> #ifdef DEBUG static DDLogLevel ddLogLevel = DDLogLevelVerbose; #else 阅读全文
posted @ 2021-06-24 17:28 lianhuaren 阅读(70) 评论(0) 推荐(0)
摘要:1. https://www.jianshu.com/p/0f0fc1ec311a -(aw_flv_audio_tag *)encodePCMDataToFlvTag:(NSData *)pcmData{ self.curFramePcmData = pcmData; //构造输出结构体,编码器需 阅读全文
posted @ 2021-06-15 08:25 lianhuaren 阅读(287) 评论(0) 推荐(0)