我在我的应用中使用Tapku library
。它对我来说很好..但我的观点是How can I add different Images on different Events on Calendar.
提前致谢
答案 0 :(得分:4)
您可以打开包含图像的tapku库包,然后您可以替换图像。
答案 1 :(得分:2)
图片可在以下位置找到:“ TapkuLibrary.bundle / Images / calendar / Today Calendar Today ”,或者您可以将路径指向您自己的图像。
self.selectedImageView.image = [UIImage imageWithContentsOfFile:TKBUNDLE(@"TapkuLibrary.bundle/Images/calendar/Month Calendar Today Selected Tile.png")];
答案 2 :(得分:0)
您也可以使用自己的图片,试试此代码
UIImage *tile = [UIImage imageWithContentsOfFile:TKBUNDLE(@"ownImage.png")];