python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to push UIViewController overCurrentContext using UINavigationController
I have a UIViewController that contains a UITabBar. I want to push a new UIViewController that covers the current context (so during the animation it shows the new UIViewController covering the UITabB...
helloworld12345
Votes: 0
Answers: 2
Ignore Bottom safe area in UIViewController presented from SwiftUI
I have a UIViewController that I am presenting from a SwiftUI view, previously when presenting from UIKit, I wasn't having this issue. The content at the bottom is being cut off for some reason, how c...
tHatpart
Votes: 0
Answers: 1
Swift: Update Layout and Content of ViewController when dismissing presented ViewController
I have a UIView which displays some information such as a user's Name and more, including a list of objects that all get pulled from my database. This works fine.
However, I now have a ViewController ...
Jan L
Votes: 0
Answers: 1
Converting prototype cells in a storyboard to .xib
I have a prototype cell in a Storyboard. Is there any quick and easy method for me to extract that to its own .xib file so that I do not need to create .xib from scratch? Thanks.
Jonas
Votes: 0
Answers: 1