Tapku calendar Add Events

可紊 提交于 2019-12-10 23:29:09

问题


I am using Tapku library in my app. It works fine for me.. but my point is How can I add different Images on different Events on Calendar.

Thanks In Advance


回答1:


You can open the bundle of tapku library which contains images and you can replace the images.




回答2:


The images are found at: "TapkuLibrary.bundle/Images/calendar/Month Calendar Today" or you could make the path point to one of your own images.

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



回答3:


You can use your own image also, Try this code

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


来源:https://stackoverflow.com/questions/8000871/tapku-calendar-add-events

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!