BirdMichael

Results 9 issues of BirdMichael

按shift打开Google翻译页面 但是输入过程中经常使用shift 作为中英切换。。。 建议使用组合按键

enhancement
help wanted

enhancement
help wanted
chinese中文

How to make up the number of digits? just list `01` to `02`

![](http://ww2.sinaimg.cn/large/006tNc79gy1g59kizl2apj31l80e5wgi.jpg) ## CheckList Thanks for considering to this repository. Before you submit your issue, please confirm these boxes are checked. - [x] I have read [《[EN]Style guide for Swift repo...

### What happened? BehaviorSubject 如果在onConnectSuccess之前订阅,不会连接后无法获取最新状态 毕竟用的IMController, 基础所有的状态和通知都用的BehaviorSubject 比如我在tabbar订阅了totalUnreadSubject理论应该直接可以拿到最新的值 现在在需要 1.IMController.shared.getTotalUnreadMsgCount 2.IMController.shared.totalUnreadSubject ### What did you expect to happen? 并且在每次重练后也要做这2件事情 建议,totalUnreadSubject 默认获取并推送最新值 ### How can we reproduce it (as minimally and...