Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
-1 votes
2 answers
588 views

Xcode 13.1 issues with table view - items gets removed while reloading sometime

My project after compiled from Xcode 13.1 and in simulator iOS 15.0 have issues with table view. Table view cells gets removed completely for that area and empty space is there which is the background ...
Chandan Kumar Jha's user avatar
7 votes
2 answers
2k views

setNavigationBarHidden not working on iOS 15

I'm having troubles with the method setNavigationBarHidden, it doesn't seem to work properly on iOS 15. I am currently working with this structure: A ViewController, which needs the navigationBar ...
Libreage's user avatar
0 votes
0 answers
298 views

IOS 15 beta 2 and beta 3. issue with WKwebview loadFileURL: allowingReadAccessToURL:

I am trying to load HTML file and give access to WEBVIEW to the folder where all the assets are present. [self.webView loadFileURL:URL allowingReadAccessToURL:folderURL]; the HTML file is loaded but ...
user3566785's user avatar