Jeon Suyeol
Jeon Suyeol
I don't think it works for some classes that take parameters.
I'm worried about adding a custom initializer to existing types. I found there is a crash when using a custom NSObject subclass that doesn't implement `init()`. ```swift import Foundation protocol...
Hi, thanks for raising an issue. I exactly know how it feels like when the library you're using seems to be abandoned. In short, this project is not abandoned. I...
@ianyh, oh I just tested with Today extension and there was no window. 🤔 I think the best option is not to include RxKeyboard to extension target but I'll dig...
@ianyh, I've added some new commits! Now `RxKeyboard` has `gestureView` as a public property. Set this value with the App Extension's root view controller's view to use interactive keyboard dismiss...
@ianyh, which are you worrying about? (1) using `"sharedApplication"` selector or (2) accessing UIApplication instance. For (1), we can use responder chain instead to get current application instance.
@ianyh, Hmm, I think this is not a private API so apple won't reject it but I'm not sure 🤔
@ianyh, [MBProgressHUD uses this method too](https://github.com/jdg/MBProgressHUD/blob/1.0.0/MBProgressHUD.m#L799-L802) and there's no any open issue about the apple review.
With Yarn, I have succeeded with: ``` "resolutions": { "apollo-server-integration-testing/apollo-server-core": "^3.6.1", "apollo-server-integration-testing/apollo-server-express": "^3.6.1" } ```
(Resolved) Same here. After trying few times it seems to be working but got another error: > No `Xcode.app(or Xcode-beta.app)` found in XIP. Please remove /Users/Suyeol/Library/Caches/XcodeInstall/Xcode_11.2.1.xip if you suspect a...