1,422 questions with no answers
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 ...
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 ...
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 ...
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 ...
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 ...
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
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 ...
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
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
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] [...
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
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 ...
3
votes
0
answers
410
views
How to change the size of UIButton using @IBInspectable property?
My class for UIButton:
@IBDesignable class AttributedButton: UIButton {
@IBOutlet private var widthLayoutConstraint: NSLayoutConstraint?
@IBInspectable override var isSelected: Bool {
...
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
0
answers
22
views
can possible? to create a xibcell indexPath 0 on the top of (second cell) while second xib cell is in function viewForHeaderInSection in a tableview
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
Insert optional view controller(s) before rootViewController storyboard
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
Reference another Combobox's SelectedItemChange event in a EventTrigger(Storyboard)
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
textfield, table view and tableview cell default background colour is black
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
How to Convert Storyboard App to SwiftUI App
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
Why prepare segue function is not working?
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
In iOS 17, UIPopoverPresentationController/UIPopoverController has an extra or multiple border for UIView. Does anyone face this same issue in iOS 17?
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
How to customize theme for Flutter iOS LaunchScreen.storyboard for Light and Dark
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
UISearchBar that behaves as a UISearchController using storyboard
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
UIViewController addChild and translatesAutoresizingMaskIntoConstraints
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
Custom Font for iOS Only shows if Added in IB?
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
In Xcode why is my object placement dependent on what device I have selected for the storyboard
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 want to use my iOS application Project inside iOS SDK Framework project. or copy the resources and files of this project
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
Hiding a popup in a webview
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
How to change width of searchBar's scope?
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
Can I submit an App to the Apple App Store with multiple targets?
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
Swift StoryBoard Auto Layout
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
Override default TabBarController to show TabBar on not directly referenced via relationship
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 Xcode App Delegates Error because of IBOutlets despite seemingly a correct connection
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
iOS UIButton subclass setTitle forState not called from storyboard
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
Objective C programmatically View ViewController But Black Screen
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
tab bar layout issue swift storyboard
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
Button Bottom space showing different in different iPhone sizes in swift
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
error: [LayoutConstraints] Unable to simultaneously satisfy constraints
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
Navigation bar Title bar button text not truncating string by tail
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
How can I turn an existing Swift textLabelOutlet into a SpriteKitNode to have particle effects emit from it?
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
M1 mac - Xcode 14.3 - Failed to render and update auto layout status
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
How to start animated rotation of element from the angle that previous animated rotation ended? (WPF, XAML)
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
How to Configure the Scroll View?
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
safe area includes notch?
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
How To Add Widget In Storyboard Type In XCode, Swift5 project
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
Storyboard doesn't contain a view controller with identifier "SideMenuController"
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
Storyboard elements moves on their own
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
Xcode 14 IBDesignable preview crashes, however IBInspectable properties appear and work as expected
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
I am trying to insert data to CoreData entity in the middle of array, but it does not work
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 ...