Tapku日历添加事件

我在我的应用程序中使用Tapku library 。 它适用于我..但我的重点是How can I add different Images on different Events on Calendar.

提前致谢

你可以打开包含图像的tapku库,你可以replace图像。

这些图像可以在“ TapkuLibrary.bundle / Images / calendar / Month Calendar Today ”中find,或者您可以将path指向您自己的图像之一。

  self.selectedImageView.image = [UIImage imageWithContentsOfFile:TKBUNDLE(@"TapkuLibrary.bundle/Images/calendar/Month Calendar Today Selected Tile.png")]; 

你也可以使用你自己的图片,试试这个代码

 UIImage *tile = [UIImage imageWithContentsOfFile:TKBUNDLE(@"ownImage.png")];