我正在使用FSCalendar并希望从日历中删除日期(周日,周一,周二,周三,周四,周五和周六)
现在我只更改颜色以清除
calendarView.appearance.weekdayTextColor = UIColor.clear
答案 0 :(得分:1)
您可以使用$(document).ready(function() {
function makeRequest() {
$.ajax({
url : "url",
type : "POST",
}).done(function(result) {
if (result) {
console.log("You Got your data", result);
}
});
};
var map = new google.maps.Map(document.getElementById('map'), {
zoom : 12,
center : new google.maps.LatLng('30.7333', '76.7794'),
mapTypeControlOptions : {
mapTypeIds : [ 'roadmap' ]
}
});
setInterval(makeRequest, (10 * 1000));
});
隐藏/撤消日历中的日期。
<强>隐藏强>
calendarWeekdayView
删除强>
calendarView.calendarWeekdayView.isHidden = true
答案 1 :(得分:0)
此库包含处理此情况的属性
self.calendar.weekdayHeight = 0
,这将删除天标题。