dpogue commented on code in PR #1476: URL: https://github.com/apache/cordova-ios/pull/1476#discussion_r1730151076
########## CordovaLib/include/Cordova/CDVViewController.h: ########## @@ -32,11 +32,39 @@ NS_ASSUME_NONNULL_BEGIN +/** + A view controller that specializes in displaying Cordova web content. + + ## Overview + `CDVViewController` presents a view that displays Cordova web content in a + ``webView``. Although often presented as the root view controller for an app, + a `CDVViewController` can safely be placed within view controller + hierarchies—such as navigation and tabbed controllers—or presented modally. + + The behavior preferences and web content to be loaded are defined in a Cordova + XML configuration file, for which a separate [reference + guide](https://cordova.apache.org/docs/en/dev/config_ref/index.html) exists. Review Comment: `latest` is probably better, I'll fix that -- 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. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org