Open
Conversation
kwikenkwak
reviewed
Feb 16, 2026
Comment on lines
+272
to
+279
| #### Implementation Details | ||
|
|
||
| To add your own custom tag icons: | ||
| - Open your app's `Assets.xcassets` | ||
| - Add a new Image Set for each icon (e.g., "meeting", "personal") | ||
| - Add images to the image sets | ||
| - Use the **image set name as the tag name** | ||
| Tags are rendered in this order: | ||
| 1. Check if a matching icon image exists in Assets | ||
| 2. Check if the tag name is emoji-only | ||
| 3. Display as a text label with color background | ||
|
|
||
| Tags without matching icons will be displayed as text tags with the event color. | ||
| Icon images are displayed without text, while text and emoji tags may include additional styling based on the event color. |
Contributor
There was a problem hiding this comment.
Hzo? Die moeten gewoon gerendered worden zoals de volgorde gegeven is. Hiermee kunnen we altijd later nog aanpassingen maken vanuit de native side
Contributor
Author
There was a problem hiding this comment.
Ik snap niet echt wat je bedoelt, maar die checkt gwn als die string dat die krijgt onder Tags staat in Images.xcassets, dan checkt ie als het een emoji is (want emojis worden zonder achtergrond en een beetje groter gerendered). Anders wordt het op de normale manier gerenderd.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.