Search results for

column

2,046 results found

Post

Replies

Boosts

Views

Activity

CLKComplicationTemplateModularLargeColumns Column 2 Alignment Issues GM
With the GM version came the ability to change the column 2 text alignement. In the prior beta version, the text for the CLKComplicationTemplateModularLargeColumns template was showing up as expected from the Apple documentation: https://developer.apple.com/library/prerelease/watchos/documentation/ClockKit/Reference/CLKComplicationTemplateModularLargeColumns_class/index.html#//apple_ref/occ/instp/CLKComplicationTemplateModularLargeColumns/column2AlignmentBasic assumptions lead me to test the CLKComplicationColumnAlignmentLeft first of course to match the previous behavior. However, this yielded some unwanted results. The column2 text was now right aligned. I then tested both CLKComplicationColumnAlignmentRight (which aligned it slightly more to the right and off the screen) and having no text alignment specified (column 2 now covered column1). The below code shows a test left aligned template: CLKComplicationTemplateModularLargeColumns *targetTemplate = [[CLKComplicationTemplateModularLargeC
2
0
475
Sep ’15
Is this a bug or intentionally not supported? In .tripleColumn split view, can you hide just the supplementary column?
Is this a bug or intentionally not supported? In a UISplitViewController with a .tripleColumn style, can the supplementary column be hidden with the primary and secondary columns visible? The doc’s say a secondary column can not be hidden, but does not mention the supplementary. Hiding the supplementary also hides the primary column. Setting the supplementary view controller to nil and hiding the supplementary column does hide it but it breaks the navigation. Unsupported UISlidingBarState (primary visible and supplementary not visible) for calculating displayMode. This is an internal UIKit problem.
0
0
763
Sep ’20
Triple-column split view controller in portrait mode
Hi, I have configured my UISplitViewController to show three columns next to each other when the iPad is in landscape mode: [...] splitViewController.preferredDisplayMode = .twoBesideSecondary splitViewController.preferredSplitBehavior = .tile However, when the iPad is in portrait mode, I'd like the same behavior as the .automatic display mode and split behavior. Right now, it shows the three columns even in portrait mode, which doesn't look right. Is it a bug or is there some way to set the display mode and split behavior for different iPad orientations? Thanks.
7
0
2.8k
Jun ’20
NavigationSplitView content column renders list in plain style – even on iPhone
Hi everyone, I’m building an iOS app that originally targeted iPhone using NavigationStack. Now I’m adapting it for iPad and switched to using NavigationSplitView to support a three-column layout. The structure looks like this: NavigationSplitView { A // Sidebar } content: { B // Middle column – this shows a list } detail: { C // Detail view } The issue is with the list shown in view B (the content column). It appears completely unstyled, as if it’s using .listStyle(.plain) — with no background material, no grouped sections, and a very flat look. I can understand that this might be intentional on iPad to visually distinguish the three columns. However, the problem is that this same unstyled list also appears on iPhone, even though iPhone only shows a single column view at a time! I tried explicitly setting .listStyle(.insetGrouped) or .listStyle(.grouped) on the list in view B, but it makes no difference. When I go back to NavigationStack, the list in B is styled p
0
0
42
Aug ’25
NSBrowser uncaught exception if you drag out the last item in a column
I'm getting an uncaught crash when dragging out the last item in the column in NSBrowser to another app (Finder), which will move the file it represents out. I set a breakpoint//Item is gone..already been removed from our collection [self.browser reloadColumn:0]Now right after that, I can get a call in the browser will display cell at row column via my delegate.... with the out of bounds index in the collection (the one I just removed).Now if I call self.browser loadColumnZero I avoid the crash, but I will lose the scroll position...ect.
Topic: UI Frameworks SubTopic: AppKit Tags:
1
0
404
Apr ’16
In the Memory Browser, what is the "Line Offsets" column showing me?
So far I have only been able to find one resource that reference the Line Offsetshttp://stackoverflow.com/questions/7733019/xcode-memory-addresses-were-in-hex-but-now-are-in-decimal-how-do-i-change-backThe apple documentation for Memory Browser only talks about navigation, and not the views that are uphttps://developer.apple.com/library/ios/recipes/xcode_help-debugger/articles/viewing_memory.htmlSo my question is, what is the Line Offsets column on the left of the Memory Browser?I can't make heads or tails of what those numbers meanI have also made an SO question:http://stackoverflow.com/questions/32229414/xcode-memory-browser-what-does-the-left-column-named-line-offsets-tell-meDoes anybody know what these numbers could be?I am finding one of these Line Offsets being referenced by one of my pointers, and it actually causes a bus error, so I'm trying to figure out how this could have happened
2
0
1.4k
Aug ’15
In UISplitViewController, can I use same viewController as a primary and compact column?
I am trying to utilize UISplitViewController to develop my app for iPad users. Since my app has a UITabBarController as its root view controller, I want to set this root view controller as a primary view controller in new UISplitViewController hierarchy, and its detail view controller to the secondary column. Also, when the app's width size class is compact (iPad SplitView mode), I want it to be same as current app. So the root view controller (UITabBarController) should be on the compact column of the new UISplitViewController system like below. class MySplitViewController: UISplitViewController { override init(style: UISplitViewController.Style) { super.init(style: style) let primaryVC = PrimaryViewController() let secondaryVC = SecondaryViewController() setViewController(primaryVC, for: .primary) setViewController(secondaryVC, for: .secondary) setViewController(primaryVC, for: .compact) } } With this code, in regular width mode, the primary and secondary column looks great as I e
2
0
597
Mar ’23
Core Data recreate a table in migration progress when I simply add a column
I have a table named ZUSER which has about 50 attribute and 10 relationships, When I simply add a column, I found Core Data rename ZUSER to _T_ZUSER and recreate a table which named ZUSER in migration progress. The attribute I added is a string, and I did not set a default value. If I have large records in ZUSER table, This migration progress can be very slow. I want to know why the table was recreated instead of simply ADD COLUMN.
0
0
355
Sep ’21
Export Testflight users WITH status column
The export to CSV option on a testflight group table only gives you First/Last/Email and I'd like to include the status/build/install date on the export to create reports on Beta user engagement. I used to be able to low-tech copy the table of users and paste it into excel, but seems like the table format has changed to some React Div view and it no longer copies/pastes. I've also tried to run some browser extensions that scrape table data and I haven't been successful. (they don't even recognize this list as an HTML table) Anyone know how to get a report of the testflight users that includes the Status column?
2
0
2k
Jan ’21
How do I change what is shown in the left column of CloudKit Dashboard?
In the Default Zone view, Apple is shows the title field in the left column for each record even though the address field is listed first (it annoyingly lists everything in alphabetical order). How did they do this? Mine always lists the first field (which in this case is a field that has no data in it currently) in the left hand side which makes it very hard to quickly find a record at a glance.
0
0
265
Mar ’16
Missing required column 'label' in json. at "HandPoseAssests.json"
I have created the .json file according to the https://developer.apple.com/documentation/createml/building-an-object-detector-data-source here is my .json file below { imagefilename:Five Fingers.HEIC, annotation: [ { coordinates: { y: 156.062, x: 195.122, height: 148.872, width: 148.03 }, label: Five Fingers } ] }, { imagefilename: One Finger.HEIC, annotation: [ { coordinates: { y: 156.062, x: 195.122, height: 148.872, width: 148.03 }, label: One Finger } ] }, { imagefilename: Two Finger.HEIC, annotation: [ { coordinates: { y: 156.062, x: 195.122, height: 148.872, width: 148.03 }, label: Two Finger } ] }, { imagefilename: Four Finger.HEIC, annotation: [ { coordinates: { y: 156.062, x: 195.122, height: 148.872, width: 148.03 }, label: Four Finger } ] } ] but it shows error as Missing required column 'label' in json. at NameOfJsonFile.json Were am I Wrong
2
0
1.4k
Dec ’22