Results 3 issues of Benight

现在有个需求是需要在一个接口请求的时候,如果请求失败,需要切换到另一个域名请求这个接口,请问需要用什么方法,可以快捷的实现这个需求呢? ### 提出问题前请先确认完成了下列几项步骤 New Issue Checklist * [ ] 我已经阅读过 [贡献指南](CONTRIBUTING.md) I have read and understood the [CONTRIBUTING guide](CONTRIBUTING.md) * [ ] 我已经阅读过 [程序文档]((http://cocoadocs.org/docsets/YTKNetwork)) I have read the [Documentation](http://cocoadocs.org/docsets/YTKNetwork) *...

解决方法:加这个方法 - (UITextAutocorrectionType)autocorrectionType { return UITextAutocorrectionTypeNo; }

### How frequently does the bug occur? Sometimes ### Description 我们因为要兼容 iOS10,所以集成的版本是【pod "Realm", "10.39.1"】,集成完成后在部分机型上会有崩溃现象,崩溃位置的代码为: try { config.scheduler = scheduler.osScheduler; if (config.scheduler && !config.scheduler->is_on_thread()) { throw RLMException(@"Realm opened from incorrect dispatch...

T-Bug
O-Community
Encryption:Off
Frequency:Sometimes
Repro:No