我是 iOS App Development 的新手。我用谷歌搜索但没有找到合适的结果。我正在尝试将背景图像设置为日历。我想在日历内而不是在日历之外应用背景图像。做任务的任何替代方案。任何有价值的建议将不胜感激。
“提前致谢”
我是 iOS App Development 的新手。我用谷歌搜索但没有找到合适的结果。我正在尝试将背景图像设置为日历。我想在日历内而不是在日历之外应用背景图像。做任务的任何替代方案。任何有价值的建议将不胜感激。
“提前致谢”
试试这个http://www.cocoacontrols.com/platforms/ios/controls/ckcalendar
编辑代码
在此示例中,在此方法中添加以下行CKViewController.m
- (id)init {
calendar.backgroundColor=[UIColor colorWithPatternImage:[UIImage imageNamed:@"bird.jpg"]];
}
并使evertthing clearcolor(或根据您的要求)- (void)layoutSubviews
在CKCalendarView.m
看来您正在使用CKCalendar
. 设置背景图像,
试试这个
self.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"image.png"]];
在
- (void)setDefaultStyle
{
}
方法从CKCalendarView.m