python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Swift - Layout problem with scrollview and safe area
I have a problem with a scrollable layout
I have two UiViewController :
One on the top with a green background (TopVC) and the other is red (the initial VC) which are perfectly scrollable
When I start...

Victor
Votes: 0
Answers: 0
Don't understand why my UILabel won't follow safeareaLayout constraints
Am not working with storyboards, and below is the full code for my UIViewController for my Main Menu screen. While everything appears to work, I made an error, but don't understand the outcome.
myView...
oldprogrammer84
Votes: 0
Answers: 1
Animations with safeAreaLayoutGuide (Swift 5)
I would like a smooth animation of this view whenever the search bar is selected and deselected. Right now it's choppy:
Heres my code below in the searchResultsUpdater. From what I understand, these ...
jmsapps
Votes: 0
Answers: 1
Additional safe area on NavigationView in SwiftUI
I am building a SwiftUI app where I have an overlay that is conditionally shown across my entire application like this:
@main
struct MyApp: App {
var body: some Scene {
WindowGroup {
...
BlackWolf
Votes: 0
Answers: 2