Alexey Korolev

Results 11 issues of Alexey Korolev

If I call setContentViewController:animated:NO them KVO works fine, but if I enabled animation, KVO notification don't work problem in method ``` Objective-C - (void)setContentViewController:(UIViewController *)contentViewController animated:(BOOL)animated { if (_contentViewController ==...

Categories methods should have prefixes. SDWebImage authors make sd_ prefix at all their methods and I make this too. I mark old methods as deprecated.

I use offline mdtiles as map's tile source and set a random string as access token, but if I wants to add RMPointAnnotation with custom image, it is not appear...

[CLI](https://cli.github.com/) for GitHub has reached 1.0 recently and it suggests a very decent and handy workflow for creating/merging PR from the terminal. I think you may incorporate it into your...

it's will be better for understanding and contributing this library

As the title says, I would like to disable this feature for myself, how can I do this?

There is error appearing during the build for several occasional frameworks: `Error copying : “iOS” couldn’t be moved to “***” because either the former doesn't exist, or the folder containing...

**Possible linters** - [swiftlint](https://github.com/realm/SwiftLint) tool is widely using across swift community. - [swiftformat](https://github.com/nicklockwood/SwiftFormat) is also popular code formatting tool that have --lint option.

enhancement
O: backlog 🤖

I think it would be very helpful to secure code from programmers that abusing with this hack.

During the SPM resolution phase, XCode highlights a warning. ``` 'codablewrappers' dependency on 'https://github.com/apple/swift-syntax.git' conflicts with dependency on 'https://github.com/swiftlang/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to...