Posts

Post marked as solved
1 Replies
0 Views
Turns out I'm ****** and it's easy. Just set the value when you are configuring the cell in whatever cellForItemAt variant you are using. func configureCell(_ cell: UICollectionViewListCellSubclass, indexPath: IndexPath, item: DataSourceItem) { cell.titletext = "Cell Title" cell.subtitleText = "1/2/2021" cell.indentationLevel = 0 // or whatever }
Post not yet marked as solved
10 Replies
0 Views
I'll have to give that a watch when I have a moment, and I'll try to find time to isolate it for a bug report, but I'm not optimistic about that happening. Life at a startup, you know? That backlog ain't going to shorten itself. Is it worth filing a bug report without a sample project? I could at least provide some context and hopefully get it noticed.
Post not yet marked as solved
10 Replies
0 Views
hmm... that might help in some scenarios, but po is my real bread and butter for debugging. Is there seriously no one else experiencing this?
Post not yet marked as solved
2 Replies
0 Views
https://developer.apple.com/forums/thread/651533
Post not yet marked as solved
198 Replies
0 Views
Experiencing this here in beta 6 as well. Such a crucial feature sitting this long (since beta 1 if I recall correctly) without so much as a mention does not inspire confidence. I've reported with feedback and this is the ID: FB8533272 I also attached the sysdiagnose files as was requested of the OP as well.
Post not yet marked as solved
10 Replies
0 Views
Happening for me too on Catalina and Big Sur (Catalina, live preview and simulator, Big Sure I was only able to get the simulator to work). What's also weird is that, with the workaround from @mjfigueroa, the Add button disappears after briefly appearing.
Post not yet marked as solved
9 Replies
0 Views
This is definitely something that should have better documentation.
Post marked as solved
15 Replies
0 Views
I've been helping a friend with what appears to be the same issue. He has a MBP 2018 and I believe the same versions you mentioned.We were able to test an app without frameworks in the simulator, but our app with frameworks (using carthage, but I dont think CARTHAGE is at fault).