Steven Cheung

Results 4 comments of Steven Cheung

You need to stop the runloop first. cocos2d::Application::getInstance()->onPause(); cocos2d::Application::getInstance()->stop(); refer to my post https://forum.cocos.org/t/cocos2-x/98806

`cocos2d::experimental::AudioEngine::end(); // network. cocos2d::network::HttpClient::destroyInstance(); // director. cocos2d::Director::destroyInstance(); // application if (s_sharedApplication != nullptr) { delete s_sharedApplication; s_sharedApplication = nullptr; }`

After remove lizard-report.xml, file not found exception will be there

@markemer I want to use this pod https://github.com/pujiaxin33/JXPagingView. open class JXPagingListContainerView: UIView { public private(set) var type: JXPagingListContainerType public private(set) weak var dataSource: JXPagingListContainerViewDataSource? public private(set) var scrollView: UIScrollView! ..........