Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
16 views

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 ...
0 votes
0 answers
56 views

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 ...
2 votes
0 answers
46 views

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 ...
1 vote
0 answers
44 views

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 ...
3 votes
0 answers
327 views

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

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 ...
2 votes
0 answers
110 views

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
0 answers
38 views

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 ...
0 votes
0 answers
62 views

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
0 answers
41 views

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
0 answers
66 views

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] [...
0 votes
0 answers
55 views

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
0 answers
56 views

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 ...
3 votes
0 answers
410 views

My class for UIButton: @IBDesignable class AttributedButton: UIButton { @IBOutlet private var widthLayoutConstraint: NSLayoutConstraint? @IBInspectable override var isSelected: Bool { ...
2 votes
0 answers
326 views

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
0 answers
22 views

enter image description here enter image description here I created 3 xib tableview cell's basically I build design similar to instagram own profile showing design in this when we scroll the ...
0 votes
0 answers
56 views

I have a root view controller (or initial view controller) designated in storyboard in Xcode. It is neither navigation or tab bar controller, just a custom UIViewController. My problem is I optionally ...
0 votes
0 answers
29 views

I have the following situation, where I have a Combobox1 and then I have TextBlock (ImportantText) in XAML. What I'm trying to do, is to trigger TextBlock's EventTrigger, and thus the Storyboard when ...
0 votes
0 answers
102 views

Not sure if this is a bug with xcode 12+ I'm using xcode 14.3.1 Seems to relate to the link below, difference being, I want to see the placeholder text with a white background Since Xcode 12 ...
1 vote
0 answers
562 views

I'm looking to rebuild my storyboard app in SwiftUI. I'm fine rewriting the UI but I want it to be under the same App Store listing and with the same entitlements, etc. Is there an easy way to switch ...
0 votes
0 answers
45 views

I am making a simple app where there are two screens. One screen includes a list of colors. I am passing that color on the next page and showing it as a background color. I am using table view to show ...
0 votes
0 answers
167 views

I have used below code in UIViewController's viewWillLayoutSubviews() method to add border to UIView. override func viewWillLayoutSubviews() { guard let shapeLayer = view.superview?....
0 votes
0 answers
156 views

I'm building a Flutter app and I wanted to make the LaunchScreen.storyboard changes its appearance based on the iOS theme mode, so when the OS is in Light mode and the user starts the app, the ...
2 votes
0 answers
33 views

There's a page I'm designing that uses a search bar that's intended to work as a UISearchController. The search bar is positioned in the center of a view. When a user taps the search bar, I want the ...
0 votes
0 answers
96 views

I see some weird behavior concerning translatesAutoresizingMaskIntoConstraints when using addChild. I created a UITableViewController programmatically, put it inside a UINavigationController, also ...
0 votes
0 answers
55 views

My font file name is "CONSELHEIRO.otf". It is located in a folder called 'fonts'. I have added this file to Xcode, and made sure that it was indeed added to the target. I added it in the &...
0 votes
0 answers
48 views

I am developing an iOS app where I am drawing lines to objects placed arbitrarily on the screen. This appears to work fine if the device I am using as the simulator is the same as the one I have ...
0 votes
0 answers
32 views

I have designed and developed iOS mobile application project, I want to use this project inside my iOS Framework SDK project as a sub project or sub module of the SDK Framework project, Need to ...
0 votes
0 answers
70 views

I am new to iOS programming (Xamarin). I want to show a view when a link in a popup in a webview is clicked. (image attached)Popup picture if(msg == "Settings") { ...
0 votes
0 answers
93 views

Here is my picture when I run my program. Xcode14.3.1 swift5.8.1 I have some child view controllers in my navigation controller. In one of these, a back button was automatically created, and I added a ...
0 votes
0 answers
126 views

Objective: I created a macOS application. I have users that still use macOS 10.15 however I wanted to use SwiftUI. macOS 10.15 SwiftUI is very different from the newer version for this I created 2 ...
1 vote
0 answers
53 views

enter image description here enter image description here I've been trying to work with Swift Auto Layout all day, but it's not going as planned, so I'm asking for help. I'm trying to accomplish two ...
0 votes
0 answers
29 views

I want to use a tab bar at the bottom of my app. But I want it to be used to jump to sections within the app. clicking on a tabBarItem will take you to the first page in a section and on that page ...
0 votes
0 answers
30 views

getting this error: Thread 1: "[<UIViewController 0x7fdca0609970> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key billTextField." The build ...
0 votes
0 answers
37 views

I have a CustomButton: UIButton that overrides setTitle:forState: and setAttributedTitle:forState:. When I use this button in a storyboard file and set the text via storyboard, neither setTitle or ...
0 votes
0 answers
98 views

When debugging, viewDidLoad of LoginViewController is called, but the screen is black screen. I really don't know why.. @interface AppDelegate () @property (nonatomic, strong) AppCoordinator *...
1 vote
0 answers
106 views

So I have tab bar that I have implemented with a blur effect as shown in img (1). It works perfectly in all my views, except one. In my profileView, I have added a scroll view and applied all the ...
0 votes
0 answers
32 views

this is the design hierarchy in storyboard here why buy ticket button bottom space varies for different screen sizes. for buy ticket i have given bottom space to superview 90 like this and for ...
0 votes
0 answers
134 views

i am use storyboard to build a custom keyboard UI. app working well,but i have a constraints error as below. somebody can tell me how could i fix it? this error seems like cause by the storyboard, but ...
0 votes
0 answers
154 views

I have created navigation bar with left bar button items using story board. Left bar button items include menu button, title button and search button as shown on below picture : When i run the app ...
0 votes
0 answers
40 views

So in my project I have a GameViewController made in Storyboards with labels that have constraints and it looks like this: import UIKit import SpriteKit class GameViewController: UIViewController, ...
4 votes
0 answers
1k views

Upgraded to Xcode 14.3 and now all my storyboards won't render IBDesignable's throwing an error: /Users/****/Documents/Projects/****/****/Modules/Onboarding/Base.lproj/Onboarding.storyboard Failed to ...
1 vote
0 answers
87 views

Firstly I searched lot of similar Q&As but I couldnt tune none for my needs. Secondly I am beginner in WPF and XAML (after moved from WinForms). I need to solve much more complicated elements ...
0 votes
0 answers
125 views

I am currently creating an app that utilizes a scroll view to create an onboarding experience for the app. There are supposed to be 7 slides and every time you scroll or click a button it should go to ...
1 vote
0 answers
700 views

I'm creating a launch screen by storyboard for a swiftui app. When I rotate the iPhone 14 to landscape, the safe area has insets on vertical, without any inset on horizontal(shown as the image below). ...
0 votes
0 answers
351 views

This Is how i am adding widget file in my project. . . . i have storyboard project which use swift5 as programming language, but when i add widget it automatically add Widget with SwiftUI concept ...
0 votes
0 answers
116 views

Message: Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Storyboard (<UIStoryboard: 0x6000036306c0>) doesn't contain a view controller with identifier '...
1 vote
0 answers
19 views

Over the past few months, precisely over the past Xcode updates (currently in Xcode 14.2) I have found that when I would reload the storyboard file of my Swift project (a project of about a dozen ...
0 votes
0 answers
121 views

I am making a reusable view to draw a playing card. The reusable view (which consists of an xib and swift files). The screen with this reusable view build & runs on the simulator without any ...
0 votes
0 answers
57 views

The goal of my app is to help users to learn the words of another language I use for that two CoreData entities: WordEntity with attributes ru and eng. There are I want to save words in Russian and ...

1
2 3 4 5
29