UIView *view = [[UIView alloc] initWithFrame
[UIScreenmainScreen].applicationFrame];
Compiling XXRootViewController.m (arm64)…
XXRootViewController.m:9:1: error: expected ']'
[UIScreenmainScreen].applicationFrame];
^
1 error generated.
Does anybody know how to fix this? I have tried many different methods to create this and I have imported all the files that I need for this to create successfully.