feixue299

Results 9 issues of feixue299

Simulator model:iPhone 12 pro

把枚举的形式改成block回调,api少一点,自定义化更好。 @property (nullable, nonatomic, copy) void(^configXX)(UIButton *button);

具体原因是读写线程导致的。 代码在ProfileViewController.swift的 ``` AppStyle.shared.themeUpdateRelay.asObservable().subscribe(onNext: { update in self.updateTheme() if update { self.headerView.updateTheme() self.tableView.reloadData() } }).disposed(by: disposeBag) ```

这个app中的却支持,希望后面版本支持模拟器版,不支持模拟器调试很不方便。

![image](https://user-images.githubusercontent.com/12168109/117274332-8c293800-ae8f-11eb-9c31-5f18735bd01c.png)

### New Issue Checklist - [x] Updated SwiftLint to the latest version - [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues) ### Describe the bug A clear and concise description of...

- [x] I've searched past issues and I couldn't find reference to this. **Swiftagram version** branch:`6.0.0`. **Describe the bug** I tried to log in to 2fa using both Google authenticator...

bug

Hi, first of all, thank you for maintaining such a great project! The generated files themselves work without any issues, but in projects with a large number of resources and...