6,230 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Score of -1
0 answers
36 views
Can't drop new views on main view in Xcode 26
I created a new MacOS application project using Xcode 26.2 and am trying to add new views to the main view in the view controller scene but when I drag from the Library window it no longer allows me ...
- reputation score 17
Score of 17
2 answers
3025 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 ...
- reputation score 295820
Score of 0
1 answer
78 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, ...
- reputation score 153
Score of 0
0 answers
29 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&...
- reputation score 34375
Score of 2
1 answer
565 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 ...
- reputation score 31
Score of 1
0 answers
162 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 ...
- reputation score 855
Score of -1
1 answer
47 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 ...
- reputation score 275
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. ...
- reputation score 21
Score of 0
1 answer
409 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 ...
- reputation score 134
Score of 0
2 answers
1989 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....
- reputation score 26
Score of 0
2 answers
114 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 ...
- reputation score 6543
Score of 0
1 answer
187 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 ...
- reputation score 953
Score of 0
1 answer
727 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 ...
- reputation score 188
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 ...
- reputation score 1
Score of 1
0 answers
216 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 ...
- reputation score 69