6,232 questions
9
votes
2
answers
2k
views
Where did the plus button besides the status bar go in Xcode 26?
Before Xcode 26, there was a plus button besides the status bar (the bar that says "Build Succeeded", "Fnished running...", "Indexing...", etc).
This button could be ...
0
votes
1
answer
62
views
Custom sorting column of NSTableView
I'm trying to implement a custom sort for a column in an NSTableView. The data for this column contains double values inside a custom object, where some of the values are positive, some are negative, ...
0
votes
0
answers
27
views
How is this frame size computed for a TextView
I've got the following xib: (minimal example stripped from a larger UI)
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB&...
1
vote
1
answer
511
views
Xcode 16 Storyboard Error - “An internal error occurred.Editting functionality may be limited.”
In Xcode 16, I can't view and develop my designs through storyboard and xib files. Xcode freezes and gives the error “An internal error occurred.Editting functionality may be limited.”
Please, if ...
1
vote
0
answers
145
views
Xcode LaunchScreen.storyboard Error - an internal error occurred Editing functionality may be limited
Problem Description:
When Xcode tries to open a LaunchScreen.storyboard file, the error message "An internal error occurred.Editting functionality may be limited."
This issue causes xcode to ...
-1
votes
1
answer
42
views
In Interface builder, how do I minimize scrollview size with constraints?
I have my view controller and xib file. In the xib file, on the main view I have a subview. The subview contains a scrollview above a button. The scrollview's content view contains a text label and ...
-1
votes
1
answer
51
views
Where did Storyboard Segues' "Presentation" field go in XCode 15?
I'm trying to learn Interface Builder with the aid of a book and some online tutorials but everything is a little bit out of date. It's all written in the time of XCode 13 and I'm using XCode 15 now. ...
0
votes
1
answer
387
views
How to create custom undo/redo buttons for GrapesJS template editor?
I'm working on a project using GrapesJS template editor, and I'm trying to implement undo/redo functionality with two buttons. Of course, the buttons I created do not have currently the undo and redo ...
0
votes
2
answers
2k
views
GrapeJS - How to save and load customized page
I created a simple page builder by following GrapeJS Docs and it is working well.
I think there need to be 2 functions to save and load the generated page.
How can I do this?
const editor = grapesjs....
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
1
answer
151
views
Why are the contents of an NSScrollView aligned to the bottom instead of the top?
I'm trying to use an NSScrollView where the contents may be (vertically) smaller or taller than the window, changing dynamically at runtime. (This will later be a stack view with multiple views that ...
0
votes
1
answer
629
views
Sheets in UIKit
I'm new to UIKit. What is the correct way to make a sheet visible, using the interface builder (probably), not SwiftUI. My actual goal is to have a sheet with custom detents. I have tried to create a ...
0
votes
1
answer
115
views
I can't understand what the problem with the Navigator Controller
I have just started working with Xcode(I use Xcode 15.0.1) and wanted to create a small app to understand transitions between ViewControllers. Following the code from an online video, I encountered an ...
1
vote
0
answers
193
views
Cannot find Interface Builder Preview in Xcode 15
According to Apple's official documentation titled "Previewing localizations"
https://developer.apple.com/documentation/xcode/previewing-localizations/#
"For Interface Builder, you can ...
0
votes
2
answers
281
views
Set maxwidth on UITextfield
I have a Uitextfield, I want the leading and trailing to be 23 from the safe area or superview when the device width is less than 580 making it grow as wide as the device screen but 23 from both edges....