12,403 questions
0
votes
0
answers
16
views
LaunchScreen storyboard safe area is different with the app's
I want to recreate the first page of the app for the launch screen, and unfortunately, it can be done only using Storyboard, but strangely, the Storyboard seems to have a different safe area with ...
4
votes
2
answers
1k
views
Navigation item title hidden when using large title in iOS26
After updating my app for iOS 26, the navigation item title stopped working when using large title and scrolling. Before the update, the large title was shown and when scrolled up, the normal small ...
3
votes
1
answer
199
views
Why is my iOS app build working on a real device, but crashing on a simulator?
I am trying to test a feature that requires me to simulate my location which is not possible on a real device as far as I know. This is why I now need to build my app, that has been working for many ...
0
votes
1
answer
44
views
Get image to actually tile in storyboard same as it does for SwiftUI [duplicate]
So I have this code in SwiftUI, it's working great.
.background(
Image("felt")
.resizable(resizingMode: .tile)
...
3
votes
3
answers
357
views
Intermittent "internal error" with multiple XIBs in Xcode 26.0 beta 2 (17A5241o)
On several different XIBs I get a compiler error like
Internal error. Please file a bug at feedbackassistant.apple.com and attach "/var/folders/1v/ 516am8h11fzbmdy9sh r1znh0000an/T/|B-adent-...
-1
votes
1
answer
148
views
How to fix Navigation Bar shifted down in Storyboard
I haven’t opened my iOS project in a while. It was built using a storyboard and most view controllers are embedded in a UINavigationController.
Today I opened the project in Xcode (latest version), ...
0
votes
0
answers
56
views
Issue with Screen Transition Animation Not Playing Before Screen Change in Crank Storyboard
I am trying to implement a screen transition effect in Crank Storyboard using Lua. The goal is to play an animation first and then switch to the target screen. However, when I run my script, the ...
1
vote
1
answer
40
views
UITabBarController Head and Body Layout [closed]
Maybe there isn't a way. I'm pretty sure there is a way to customize the UITabBarController layout to work.
My question is about having a header and body in UITabBarController. I have the following ...
1
vote
1
answer
85
views
Xcode storyboard view layouts are suddenly broken after a LaunchScreen is added
Xcode storyboard views are suddenly broken.
How can I undo this change?
My app has been developed from old age, more than 10 years ago.
The Xcode project file comes from this era.
My app has tab ...
-1
votes
1
answer
80
views
Storyboard Button: change font size AND round corners
How can we change the font size AND round corners of a button on a storyboard?
Button of style "gray" has a default value of rounded corners.
That is good.
But style "gray" DOES ...
1
vote
0
answers
44
views
WPF animation drawing performance when collapsed
I have a loading indicator that looks like this:
Now I made it spin using a storyboard and it works fine. As far as I understood the animation in WPF, once the visual is collapsed/hidden the ...
-2
votes
1
answer
92
views
Storyboard navigation bar title text attributes, Title Font not working
In Xcode 16 (16.2 at the moment) I'm unable to set the title text attributes Title Font for a navigation controller's navigation bar. If I pop down the little popover for the title text attributes ...
-2
votes
1
answer
83
views
ScrollView does not show content beyond the initially visible screen in iOS
I’m working on a UI layout with a ScrollView and a ContentView inside it. When the app is launched, the ContentView displays only the content that fits on the screen initially. However, when I try to ...
0
votes
1
answer
67
views
Insert View Programmatically in storyboard designed Stackview in Swift iOS
I have created a stackview in storyboard which is having three buttons and I want to insert a separator in between all these three buttons, so I have created a separator blank view programmatically ...
3
votes
0
answers
327
views
Integrating iOS Swift Screen into Compose Multiplatform Project
I'm currently working on integrating an iOS Swift screen into a Compose Multiplatform project.
Does anyone have experience with this or any tips on the best approach to achieve it?
I need to invoke a ...
0
votes
0
answers
80
views
Xcode storyboard - RTL icons not works
In my iOS project I have two languages, English and Arabic.
Problem:
For Arabic it will switch to RTL, but back icon we should use different icon for RTL.
From the image, I changed direction from ...
-1
votes
1
answer
152
views
How to scale the title and image of a UIButton to match the size of the button?
I have a UIButton with both a title and an image. The button's size changes dynamically, but the title text and image inside the button do not resize proportionally to match the button's size. I want ...
0
votes
1
answer
77
views
viewDidAppear Not allowing me to edit IBOutlets [duplicate]
Hi I am very new to swift coding and attempting to make a fake progress bar with the UIProgressView.
I have code in a viewDidAppear so that once the view controller appears it starts but none of the ...
-2
votes
2
answers
502
views
Xcode 16 Storyboard Constraints Installed with Size Class Not Applying
When using storyboards and adding constraints that are installed with Size Class wR hR, the proper constraints are not being applied when building on iPad Simulator or real device. Only the ...
2
votes
0
answers
46
views
How to prevent animation from playing on control load?
Imagine a WPF control that has a trigger in which its EnterAction/ExitActions have a Storyboard inside.
In my case it's an Expander which animates the expand/collapse action based on the IsExpanded ...
0
votes
1
answer
100
views
Can't open Storyboard after migrating from Xamarin.iOS to .NET for iOS
I recently migrated my Xamarin.iOS project to .NET for iOS. Everything went fine so far. Now I'm realizing that I'm not able to work with storyboards anymore.
Before the migration I was working with ...
0
votes
1
answer
117
views
R.swift doesn't generate resources for xibs and storyboards in SPM
I need to transfer all resources to SPM. Strings and assets of images are fine, but xibs and storyboards are a problem. At the same time, information about them appears in the R.generated file in the ...
0
votes
1
answer
53
views
Reopen UINavigationController Modally With Previous State
Using storyboards, I have a button that modally presents a UINavigationController (with a UITableViewController as the root) that allows the user select rows to push additional views on the stack. The ...
1
vote
1
answer
74
views
How to Animate a Border Brush opacity
How do I set a storyboard to animate the opacity of a Border.BorderBrush. I want to create a DashBoard control where the control is surrounded by a 'Pulsing' border ie the opacity of the border ...
0
votes
1
answer
36
views
Autolayout interaction of Storyboard elements with UI elements created programmatically using Objective-C and Swift
Because, I have a very complicated storyboard, I thought it would be a good idea to add conditional elements programmatically. In particular, if the text for a UILabel in the storyboard is too great, ...
2
votes
0
answers
110
views
Difficulty with UITextField visibility in dark theme when background turns yellow on strong password suggestion
I have a UITextField in my iOS app where the background turns yellow automatically when iOS suggests a strong password. This behavior is handled automatically by iOS. However, in dark theme mode, the ...
0
votes
1
answer
27
views
Storyboard exception in Runtime
I created the following Storyboard with Blend, if I run it in Blend it works. If I try to run it in Runtime I get the following exception
"The value of the 'Children' property in the path '(0).(1)...
0
votes
0
answers
38
views
Adding new items does not show even its added but seems the font is white or something but chaning fonts didn't solve it
enter image description hereAfter adding items doesn't show at simulator even the data added to DB, items should show in simulator with CoreData even it was showing perfectly before with standard ...
-2
votes
1
answer
99
views
Keep the Stackview's content aspect ratio while limiting Stackview's height
I want to show a YouTube video cover (with an aspect ratio of 16:9) in the center of the top half of the screen with respect to the device's orientation. How can I achieve it in the Xcode storyboard?
...
0
votes
0
answers
62
views
Why does this segue work but the view doesn't change?
I'm trying to use a segue to pass through some user input from a custom alert but for some reason when I perform the segue the view on the app doesn't change. But the viewdidload on the destination ...
0
votes
1
answer
240
views
How to achieve edge-to-edge display when using Keyboard Layout Guide?
If I set my ScrollView bottom constraint equals to SuperView bottom constraint, I can achieve edge-to-edge display. Please refer to the following screenshot.
However, I want to take advantage of ...
0
votes
0
answers
41
views
Animating an ellipse only while mouse is over grid
I have am writing a xaml project with an ellipse drawn inside a grid. Currently, I am animating the length and width of the ellipse repeatedly once the grid is loaded. I want to make the following ...
0
votes
1
answer
132
views
Non-Storyboard / Programmatically-Generated UIViewControllers
I have been researching how to add some special effects (fireworks) to my app, and doing so appears to require the programmatic generation of UIViews and UIViewControllers, as well as no longer being ...
1
vote
1
answer
58
views
Why can't the buttons be tapped in the simulator?
I am building an app that displays discount cards, like business cards for my local businesses.
Here is my CardData.swift:
import Foundation
import UIKit
struct CardData {
let image: UIImage
...
0
votes
0
answers
66
views
I can't call another view with performSegue
I have an iOS application using storyboard and Swift. I'm trying to call a storyboard, and in the new view controller, I receive the error:
2024-04-29 15:40:46.156969-0300 MyQiwi[2464:54321] [...
-2
votes
1
answer
83
views
How do I trigger an event sent from a child custom class to a parent using storyboard?
I am new to macOS app writing so I'm doing something with storyboard. I took an existing app source demo I found on the web and I'm modding it. I've learned quite a bit from playing with it but I ...
-1
votes
1
answer
279
views
How to make UIButton width same as text width on its label?
I am trying to set my button width equal to text length. But width of my button is not changing. My button is inside a vertical stack view. Stack view has two views. Text is the button title label. My ...
0
votes
1
answer
127
views
Can we add a button inside Textfield in Storyboard based UIKit application?
I created a textfield and button in storyboard inside a stack view.I want my button to be inside textfield. For this inside code I have written :
textField.rightView = button
textField....
-2
votes
1
answer
56
views
Why is UIVisualEffectView not working on device
I'm trying to add a UIVisualEffectView to my project but it's not showing properly so I've created a basic test as below.. it appears to be fine in the storyboard and also the simulator but why does ...
-5
votes
1
answer
74
views
How to show sign-in screen before main screen?
I’m making an iOS app in Xcode using Swift. I have my launch screen and this goes to the main storyboard after it’s loaded. I have made a signup/login page and would like this to appear after the ...
0
votes
0
answers
55
views
NSScrollView doesn't show scrollbars in macOS Sonoma
I have a Swift 4 app with an NSView showing data diagrams in an NSScrollView.
That worked well until macOS 12. I didn't use any constraints.
Diagram in the app:
Now in macOS 14 and Swift 5, the ...
0
votes
1
answer
72
views
Update Storyboard Binding in Real TIme
I want to animate an object along a circle with a sinusoidal radius, where the amplitude and frequency can change.
I've managed to create the sinusoidal circle, and an object which follows its initial ...
0
votes
1
answer
38
views
Managing width for the View insde Scroll View
I am new to iOS development and while designing with Storyboard I am stuck at below:
You can see that the View inside scroll view has much more width. the horizontal scrolling is working fine but how ...
0
votes
2
answers
100
views
Programatically instantiating UIViewController from storyboard with subviews
I'm migrating an app from Storyboards and UIKit to SwiftUI. It's a big app, so I am doing it in stages. Specifically, I am embedding a few old UIKit assets within SwiftUI using ...
0
votes
0
answers
56
views
ViewController (Declared in Binary Framework) not detected by XIB / Storyboard
XIB Or Storyboard failed to find my UIViewController defined in a framework file. Please check below details.
Created a view Controller called "MainTempVC" by extending ParentView ...
0
votes
1
answer
38
views
ScrollView disable on Device Orientation
I am using ScrollView on the screen while in portrait mode. When I change the orientation, can I disable the scrolling?
ScrollView can be disabled from the storyboard or it needs to be solved using ...
2
votes
0
answers
326
views
Rendering iOS storyboard file in maui
I am not able to render iOS storyboard file in maui after migration from Xamarin. Where Xib successfully render in maui but storyboard file is rendering anything
viewControll = new ...
0
votes
1
answer
56
views
How to Animate Transforms in code behind?
I have a Button. For some reason, I would like to apply transforms in code behind. And The transforms work fine. But when I try to add animations on the transforms, the animations don't take effect. ...
0
votes
1
answer
108
views
UIToolbar force left to right semantic not working
I have a UIListView controller that has a UIToolbar at the bottom with 3 buttons. Like so:
Now, I am trying to make my app support other languages and when I change the language of the iPhone ...
0
votes
1
answer
62
views
How to access the storyboard of an SDK?
I have created an SDK which includes a storyboard. In the storyboard there are 4-5 view controllers. How to access the storyboard of the SDK?
Here is my code:
- (void)openAppleInAppProvisionMain {
...