We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0124867 commit abb7387Copy full SHA for abb7387
README.md
@@ -43,7 +43,11 @@ let specialDates: [SpecialDate] = [
43
]
44
```
45
46
-to add image use :
+In the above example, an airplane departure symbol in blue color will appear on 2nd January 2024.
47
+
48
+### Adding Images to Dates
49
+To use a custom image for marking a specific date, set dateType to .image and provide the date and image name:
50
51
52
```swift
53
SpecialDate(dateType: .image(ImageType(dateString: "13/1/2024", imageName: "home"))
0 commit comments