Arek Holko
Arek Holko
Agree. Would you like to create a PR with an improved explanation in that section?
Thanks! I didn't include swizzling because there are some cases in which this check isn't correct, e.g. for view controllers used in `UITabBarController` – they are kept alive after disappearing...
@kgaidis I'm not a big fan of swizzling but I understand some people may prefer this approach. Please feel free to submit a pull request for this change if you...
Thank you for sending this PR! Do you think it would make sense to use view controller presentation also outside of app extension? It would make the code more straighforward....
Thanks! This is a good change but it impacts the public API, so I’ll wait with merging until I fix some iOS 13 bugs in 3.0.x version.
Thank you for submitting this pull request. Would you be able to make these changes too? - add an `ExampleApp` target to your new project that builds exactly the same...
I don't know React Native, so I didn't consider that. Feel free to do this by yourself, though ⌨.
Thanks for the report! I guess another case is needed in [`ParserDelegate`](https://github.com/fastred/IBAnalyzer/blob/master/IBAnalyzer/Parsers/NibParser.swift#L68). Will take a look at it.
Hi, `AHKActionSheet` was created when iOS 7 was the newest available version. It mimicked the behavior of `UIActionSheet` at that time. Not supporting rotation was a feature then, but can...
I think the issue may lie in the PNG image. Could you try drawing the same letter in code, using Core Graphics?