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

浙公网安备 33010602011771号