Amir Abbas Mousavian

Results 9 issues of Amir Abbas Mousavian

In iOS 11 / Xcode 9.0, Apple introduced a new framework with previously existing classes as `FileProvider` which may cause name conflict. To address this issue, since version 0.18.0 onward,...

question

After changing localization to a language with different direction, iOS 11 `UINavigationItem`'s search controller's textfield placeholder won't be aligned according to direction of new localization until app got restarted.

bug

I don't know where I can submit proposals for api changes so I opened this issue. ### HTTPServer port server port is determined in `start(port:, handler:)` method, while I think...

This merge request changes varable types from `int` or `unsigned int` to platform dependent variables like `ssize_t` and `size_t`. In few places where underlying SMB2 type is 32-bit length integer,...

Please check https://github.com/ZipArchive/ZipArchive/issues/326 and the link to blog inside issue.

AirDrop will fail when a relative url is sent to `UIDocumentInteractionController`. It can be solved with changing line 165 to this: ```objective-c self.docController = [UIDocumentInteractionController interactionControllerWithURL:[fileURL absoluteURL]]; ```