Skip to content

Commit abb7387

Browse files
authored
Update README.md
1 parent 0124867 commit abb7387

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@ let specialDates: [SpecialDate] = [
4343
]
4444
```
4545

46-
to add image use :
46+
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+
4751

4852
```swift
4953
SpecialDate(dateType: .image(ImageType(dateString: "13/1/2024", imageName: "home"))

0 commit comments

Comments
 (0)