TSWeChat icon indicating copy to clipboard operation
TSWeChat copied to clipboard

A WeChat alternative. Written in Swift 5.

Results 23 TSWeChat issues
Sort by recently updated
recently updated
newest added

博主你好,我是一位新手,在看你的tswechat的时候,运行时发生这样的错误,请问该怎么解决呢? diff: /Podfile.lock: No such file or directory diff: /Manifest.lock: No such file or directory error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update...

录音时偶现的bug,在stackoverflow找到了原因,应该是录音和播放使用的同一个AVAudioSession,导致崩溃。解决方法是在AudioPlayManager的stopPlayer()方法中加一句代码self.audioPlayer!.prepareToPlay()重置AVAudioSession: func stopPlayer() { if self.audioPlayer == nil { return } self.audioPlayer!.delegate = nil self.audioPlayer!.stop() self.audioPlayer!.prepareToPlay() //必须加上这一句,否则有可能会出现AVFAudio`-[AVAudioSession setActive:withOptions:error:]:的bug self.audioPlayer = nil UIDevice.current.isProximityMonitoringEnabled = false }

松开手指结束录音时,貌似是没有立即停止导致循环执行多了一遍 ![default](https://user-images.githubusercontent.com/9795720/32208539-231a96be-be3e-11e7-90ab-15d9a43bc2f8.png)

Now it is possible with "@" taging friends from the friend list even in the single chat, because there is no group chat yet. As well as future refactoring: react...

您好!消息列表进入房间后,侧滑返回失效,但偶尔可以成功侧滑。是什么原因呢?

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

嗨, 我想根據這個例子使用xmpp聊天工作,請幫助我。

这么大一个工程,不知道博主是在什么毅力下完成的,在下佩服!

This pull request corrects the spelling of **CocoaPods** 🤓 https://github.com/CocoaPods/shared_resources/tree/master/media One day I’ll make a bot that looks through the READMEs of all Pods, looks to see if it uses...