I dragged two of my version 2.0 custom symbols into the Custom Symbols directory in the Library of SF Symbols 3 Beta. The first symbol was fine. The second symbol caused the app to crash. Now it crashes every time I tap Custom Symbols.
I tried deleting the app and reinstalling but the crash continues to happen. Is there something else I need to delete to get it to work again?
I implemented a drawing canvas before PencilKit was released. The drawings were stored as PNGData. Is there a way to convert PNGData or a UIImage to a PKDrawing so I can migrate to PencilKit?
Post not yet marked as solved
I am using the UIListContentConfiguration.subtitleCell() to display text, secondaryText and a SF Symbol as the image. The secondaryText is quite long in some cells so I would like to vertically align the symbol image to the top of the first line of text rather than the default where it is centered in the cell.
Is it possible to override the vertical alignment/position of the image in UIListContentConfiguration.subtitleCell()?
Post not yet marked as solved
It would be really helpful if the examples covered in this session were added to the Fruta app Sample Code so they could be reviewed in the context of a fully functional project.
Post not yet marked as solved
I'm implementing CoreSpotlight searching on my Core Data store. The Index in Spotlight checkbox appears in Xcode for Relationships but when I check it and then run a spotlight search it does not find my entity based on the relationship value. What am I missing? Is there more to the process? For example, if I have an entity of Event and another for Keyword with a relationship between them I would expect that checking Index on the relationship from Event to Keyword would return the event for Basketball Game if I searched for the keyword Sport.