6,228 questions
Score of 17
2 answers
3057 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 ...
Score of 0
1 answer
80 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, ...
Score of 0
0 answers
31 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&...
Score of 2
1 answer
575 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 ...
Score of 1
0 answers
163 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 ...
Score of -1
1 answer
48 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 ...
Score of -1
1 answer
53 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. ...
Score of 0
1 answer
410 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 ...
Score of 0
2 answers
1995 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....
Score of 0
2 answers
115 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 ...
Score of 0
1 answer
189 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 ...
Score of 0
1 answer
731 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 ...
Score of 0
1 answer
143 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 ...
Score of 1
0 answers
217 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 ...
Score of 0
2 answers
291 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....