It looks like you're new here. If you want to get involved, click one of these buttons!
| - (UIRectEdge)preferredScreenEdgesDeferringSystemGestures{ return UIRectEdgeAll; } | 
| self.viewController.wantsFullScreenLayout = YES; // this should be removed. Deprecated since v7.0! if (#available(iOS 11.0, *)) { [self.viewController setNeedsUpdateOfScreenEdgesDeferringSystemGestures]; } | 
 PRE does not work correctly. PRE means *NOTHING INSIDE SHOULD BE TOUCHED*. But the "at" symbol is adding a link in the code above so I had to change it to a # sign. Something to review
  PRE does not work correctly. PRE means *NOTHING INSIDE SHOULD BE TOUCHED*. But the "at" symbol is adding a link in the code above so I had to change it to a # sign. Something to review  
                 Likes: Apollo14