We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ffe5e commit 79d09c1Copy full SHA for 79d09c1
cmioslayer/src/main/java/crossmobile/ios/uikit/UIViewController.java
@@ -848,7 +848,7 @@ public void viewWillLayoutSubviews() {
848
}
849
850
/**
851
- * Called when the controller will layout its subviews.
+ * Called after the controller layout its subviews.
852
*/
853
@CMSelector("- (void)viewDidLayoutSubviews;")
854
public void viewDidLayoutSubviews() {
cmioslayer/src/main/java/crossmobile/ios/webkit/WKWebView.java
@@ -23,7 +23,7 @@
23
import static crossmobile.ios.coregraphics.GraphicsDrill.context;
24
25
26
- * Present HTML & Web content inside the application
+ * Present HTML and Web content inside the application
27
28
@CMClass
29
public class WKWebView extends UIView {
0 commit comments