dpogue commented on pull request #1050:
URL: https://github.com/apache/cordova-ios/pull/1050#issuecomment-755541976


   > Adding `nullable` to the new method tells the consumer to expect that this 
method can return null. One could go through and update all of the previous 
methods with appropriate nullability specifiers at some point in the future.
   
   You've changed `initWithFrame:` to have `nullable` too:
   ```objectivec
   - (nullable instancetype)initWithFrame:(CGRect)frame;
   ```
   
   Will existing plugins that implement it without `nullable` run into compiler 
errors?
   i.e., 
https://github.com/ionic-team/cordova-plugin-ionic-webview/blob/master/src/ios/CDVWKWebViewEngine.m#L117


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to