YorkFish
YorkFish
UIView that conforms StatefulViewController protocol does not be destroyed. Here is a [StatefulViewControllerDemo.zip](https://github.com/aschuch/StatefulViewController/files/3087775/StatefulViewControllerDemo.zip) to illustrate this issue. PS: the core code ``` swift class StateView: UIView, StatefulViewController { public var...
fix issue #71: UIView that conforms StatefulViewController protocol cannot be destroyed
Compile Fails on MacOS 10.13.1, here is the cmake log: ``` $ cmake .. -- The C compiler identification is AppleClang 9.0.0.9000038 -- The CXX compiler identification is AppleClang 9.0.0.9000038...
Now XMPPWorker and RTCWorker are tight coupled, then it would be not convenient to modify the code of XMPPWorker and RTCWorker. So it's better to make them loosely coupled.
When psych dump object to yaml file, I hope psych can add indentation for array element, for example: ``` yaml parent: - child - child ``` And yet it is:...
because of multithreaded's uncertainty, sometimes the onOpen method is invoked before onICEServers: method in APPRTCAppDelegate, then the peerConnection won't crate offer sdp successfully, beacuse the peerConnection is NULL at that...
Can you share the way to compile the webrtc-libs for iOS? Thx very much~
## Here is the crash info ``` Process: MachOView [30576] Path: /Applications/MachOView.app/Contents/MacOS/MachOView Identifier: MachOView Version: 2.4 (9201) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: MachOView [30576] User ID:...