Search results for

“column”

2,085 results found

Post

Replies

Boosts

Views

Activity

Reply to How to get Random number from variable
Hello Claude3:You asked: But, why not fetch all results and then do the random pick ?That is actually what I am doing. However after I have the results, I must pick a random item from that results. The problem is I don't have a sequential index for any of the columns from which to construct the predicate:selector = Int.random(in: 0 ..< x) fetchRequest.predicate = NSPredicate(format: ??? == %@, selector) // ??? should be a column with a set of numbers between 0...<x.
Topic: Programming Languages SubTopic: Swift Tags:
Dec ’19
Reply to App Clips Associated Domains Issues
In App Store Connect under Build you should have a list of current uploaded builds for this version. If the build is uploaded with App Clips, the column HAS APP CLIPS should say YES. The next column should be DOMAIN STATUS. It should also say if you have an issue with your AASA file. Also, make sure you type the URL in the experience with https, and without in the entitlement. You have the latter correct
Topic: App & System Services SubTopic: General Tags:
Sep ’20
Reply to Workout app first screen
https://www.wareable.com/media/images/2017/11/orkout-2-1510074891-4n4v-column-width-inline.jpgh ttps://www.wareable.com/media/images/2017/11/orkout-2-1510074891-4n4v-column-width-inline.jpgThe first screen.Maybe it is some kind of card layout but i cannot implement.
Topic: App & System Services SubTopic: General Tags:
Jul ’18
Reply to NavigationSplitView two and three column interfaces in the same app
I work on a predominantly SwiftUI app, but I managed to achieve this using two UISplitViewControllers and contain my SwiftUI views inside that. I basiccally made an outer two column UISplitViewController. The detail view there is a SwiftUI view that either shows one big view or a UIVIewRepresentable that houses another UISplitViewController, depending on sidebar selection. When that inner splitview is shown, I set the outer nav bar to hidden so just the inner splitview's navbar shows. It took a lot of fiddling with the column behaviours to get it to work just right, but it does work. Although once in a while I see crashes when rotating the iPad which may be attributed to SwiftUI trying to deal with two navigation controllers in the two different splitviews. I've also raised FB12586131 to ask that UISplitViewController and NavigationSplitView support proper switching between two and three column modes. All we really need is a way to hide the middle column only.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Aug ’23
Reply to Translate ARKit face anchor to camera coordinates
Hello Tallmiin, First, I recommend that you do some research around the topic of 4x4 transform matrices, there is lots of information available about this topic. In general, to get the x, y, and z position from a 4x4 transform, you need to look at the first three elements of the last column in the matrix. The coordinate space this transform is in determines what that position actually represents. To get the right vector (i.e. the vector that points along the positive x-axis of the local coordinate space of the object) you need the first three elements of the first column in the matrix. The up vector (i.e. the vector that points along the positive y-axis of the local coordinate space of the object) is the first three elements of the second column in the matrix. The forward vector (i.e. the vector that points along the positive z-axis of the local coordinate space of the object) is the first three elements of the third column in the matrix.
Topic: Spatial Computing SubTopic: ARKit Tags:
Jul ’20
Reply to TabularData Framework: crash on opening CSV file
I created a bug report: FB10035567 Even for a developer tool, I wouldn't expect it to crash an app just because it detected a duplicate column name. The framework already throws all sorts of parsing errors, for e.g. if you specify a 'date' column and it can't parse the input in the cell, it'll throw a failedToParse error. You can see CSVReadingError for more details.
Topic: Machine Learning & AI SubTopic: General Tags:
Jun ’22
Reply to Problems with EPF feed full dump 20211007
I managed to find a couple of answers. Hope it helps some people. collection column names I think the column name issue might be related to the new v5 EPF format which seems to have been added recently. The readme file is dated Oct 13th 2021 so I think these feed dumps are being worked on. The solution for us was to ensure that all _id columns are either INTEGER or BIGINT type. Similarly anything is_ can be considered as BOOLEAN, and anything _date can be DATETIME except for export_date which is always BIGINT. artist_collection inconsistencies For the inconsistent data issue, the EPFImporter tool has an option --skipkeyviolators which will ignore the extra rows. So that part is handled too.
Topic: Media Technologies SubTopic: General Tags:
Oct ’21
Reply to iPadOS Sidebar Split Navigation View with SwiftUI
@crystalminds in your example the app only shows 2 colums on every sidebar item, which is not the intended behavior. It should show the sidebar + 2 columns on sidebar item one and two. On sidebar item 3 there should only be the sidebar + 1 column. I have filed a radar/feedback for this and included all the information in this repository: https://github.com/JulianKahnert/NavigationExample
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Aug ’20
Reply to NavigationStack and NavigationSplitView Runtime warnings
Xcode 14.0 beta 5 (14A5294e) seem to have fixed my issues with NavigationSplitView Fixed - Warnings Fixed - Selection of cell not happening (2nd time) in compact mode (For 3 column layout) - so no need to set the selected state of the middle column to nil onDisappear Hopefully it has fixed your issues as well, if not please file a feedback
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Aug ’22
Reply to How to get Random number from variable
Hello Claude3:You asked: But, why not fetch all results and then do the random pick ?That is actually what I am doing. However after I have the results, I must pick a random item from that results. The problem is I don't have a sequential index for any of the columns from which to construct the predicate:selector = Int.random(in: 0 ..< x) fetchRequest.predicate = NSPredicate(format: ??? == %@, selector) // ??? should be a column with a set of numbers between 0...<x.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’19
Reply to App Clips Associated Domains Issues
In App Store Connect under Build you should have a list of current uploaded builds for this version. If the build is uploaded with App Clips, the column HAS APP CLIPS should say YES. The next column should be DOMAIN STATUS. It should also say if you have an issue with your AASA file. Also, make sure you type the URL in the experience with https, and without in the entitlement. You have the latter correct
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’20
Reply to TableView not populating?
I found the problem, It was in the IB... there was not a connection from the column textField to the table view cell.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Mar ’21
Reply to (speculate (event-horizon ?end)) only firing for one defrule
Hmm, oddly it turned out to be an issue with the set-column-narrative. Removing that from both fixed it.
Replies
Boosts
Views
Activity
Jun ’19
Reply to How to set a detail VC as .supplementary on .tripleColumn style
It should be However, *when* changing the SplitVC to a triple column... Can't edit, so adding this here
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’20
Reply to Extracted Table Data from the image using the iOS library and Api
you can use vision framwork for this and use the bounding box for your column detction
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to Workout app first screen
https://www.wareable.com/media/images/2017/11/orkout-2-1510074891-4n4v-column-width-inline.jpgh ttps://www.wareable.com/media/images/2017/11/orkout-2-1510074891-4n4v-column-width-inline.jpgThe first screen.Maybe it is some kind of card layout but i cannot implement.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’18
Reply to Always getting the same prediction for the different input using MLClassifier in Core ML
So, it was a bug in the .csv file, it looks like the CITY column was recorded with invisible characters.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’20
Reply to SwiftUI Table Limit of Columns?
I too am looking for > 10 columns (as well as the ability to edit cells). Any solutions would be appreciated.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to NavigationSplitView two and three column interfaces in the same app
I work on a predominantly SwiftUI app, but I managed to achieve this using two UISplitViewControllers and contain my SwiftUI views inside that. I basiccally made an outer two column UISplitViewController. The detail view there is a SwiftUI view that either shows one big view or a UIVIewRepresentable that houses another UISplitViewController, depending on sidebar selection. When that inner splitview is shown, I set the outer nav bar to hidden so just the inner splitview's navbar shows. It took a lot of fiddling with the column behaviours to get it to work just right, but it does work. Although once in a while I see crashes when rotating the iPad which may be attributed to SwiftUI trying to deal with two navigation controllers in the two different splitviews. I've also raised FB12586131 to ask that UISplitViewController and NavigationSplitView support proper switching between two and three column modes. All we really need is a way to hide the middle column only.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to Translate ARKit face anchor to camera coordinates
Hello Tallmiin, First, I recommend that you do some research around the topic of 4x4 transform matrices, there is lots of information available about this topic. In general, to get the x, y, and z position from a 4x4 transform, you need to look at the first three elements of the last column in the matrix. The coordinate space this transform is in determines what that position actually represents. To get the right vector (i.e. the vector that points along the positive x-axis of the local coordinate space of the object) you need the first three elements of the first column in the matrix. The up vector (i.e. the vector that points along the positive y-axis of the local coordinate space of the object) is the first three elements of the second column in the matrix. The forward vector (i.e. the vector that points along the positive z-axis of the local coordinate space of the object) is the first three elements of the third column in the matrix.
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Jul ’20
Reply to TabularData Framework: crash on opening CSV file
I created a bug report: FB10035567 Even for a developer tool, I wouldn't expect it to crash an app just because it detected a duplicate column name. The framework already throws all sorts of parsing errors, for e.g. if you specify a 'date' column and it can't parse the input in the cell, it'll throw a failedToParse error. You can see CSVReadingError for more details.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to Problems with EPF feed full dump 20211007
I managed to find a couple of answers. Hope it helps some people. collection column names I think the column name issue might be related to the new v5 EPF format which seems to have been added recently. The readme file is dated Oct 13th 2021 so I think these feed dumps are being worked on. The solution for us was to ensure that all _id columns are either INTEGER or BIGINT type. Similarly anything is_ can be considered as BOOLEAN, and anything _date can be DATETIME except for export_date which is always BIGINT. artist_collection inconsistencies For the inconsistent data issue, the EPFImporter tool has an option --skipkeyviolators which will ignore the extra rows. So that part is handled too.
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to iPadOS Sidebar Split Navigation View with SwiftUI
@crystalminds in your example the app only shows 2 colums on every sidebar item, which is not the intended behavior. It should show the sidebar + 2 columns on sidebar item one and two. On sidebar item 3 there should only be the sidebar + 1 column. I have filed a radar/feedback for this and included all the information in this repository: https://github.com/JulianKahnert/NavigationExample
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’20
Reply to NavigationStack and NavigationSplitView Runtime warnings
Xcode 14.0 beta 5 (14A5294e) seem to have fixed my issues with NavigationSplitView Fixed - Warnings Fixed - Selection of cell not happening (2nd time) in compact mode (For 3 column layout) - so no need to set the selected state of the middle column to nil onDisappear Hopefully it has fixed your issues as well, if not please file a feedback
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22