Questions tagged [fscalendar]

A calendar control for iOS7+

FSCalendar is an iOS7+ calendar control.

It is compatible with both and .

171 questions
1
vote
1 answer

Month Title is not moving on left FSCALENDAR

I want this June,2018 to align at left but i didnt found any editting configuration for headerview in FSCALENDAR im using FS calender... any one know how can we do it ?
junaid
  • 193
  • 1
  • 16
1
vote
0 answers

Show month name in Subtitle in FSCalender in swift

i'm working with the FSCalender in swift. I'm trying to show the calender in a week format and want ot just show days name and dates under it. and under the dates in the subttile i want to show the month name. I have used the delegates for the…
raheem
  • 689
  • 2
  • 8
  • 16
1
vote
0 answers

Display different data depending on a selected day. FSCalendar

I use FSCalendar for work with date and to display time depending on what day the selected. I displayed my date in this method func calendar(_ calendar: FSCalendar, didSelect date: Date, at monthPosition: FSCalendarMonthPosition) And when I select…
Dima
  • 111
  • 11
1
vote
1 answer

How to add event in FSCalendar in Xamarin.iOS

I am using FSCalendar for application purpose. The FSCalendar demo is below. https://github.com/MarcBruins/FSCalendar-Xamarin-iOS I try to search on SO and Google from 2 days. But I coundn't find a way to how to add event in FSCalendar. It would…
Harshad Pansuriya
  • 20,189
  • 8
  • 67
  • 95
1
vote
1 answer

FSCalendar's event dot does not appear

FSCalendar's event dot does not appear. until I swipe to the next or previous month, the event dot doesn't show up. I do use calendar.reloadData() here is my code: func calendar(_ calendar: FSCalendar, numberOfEventsFor date: Date) -> Int { …
Farbod
  • 83
  • 1
  • 10
1
vote
1 answer

FSCalender Events Show in swift

I am new to swift, Am using Fscalender in swift it's working fine, But I want add the Events to Fscalender, I can get events from Json I Want Display the events in calender, I can try some of the code but its not working getting some errors pls…
naga
  • 397
  • 2
  • 12
  • 26
1
vote
1 answer

How to Set ImagesForDates For Specific Dates (08-10-2017) In FsCalendar Using Swift

I Already Set Dates On This Method private func calendar(_ calendar: FSCalendar, imageFor date: Date) -> UIImage? { let day: Int! = self.gregorian.component(.day, from: date) return [1,2,3].contains(day) ? UIImage(named: "mens") : nil …
1
vote
0 answers

How to remove ImagesForDates In FsCalendar Using Swift

I do know how to set imagesForDates base on their documentation - func calendar(_ calendar: FSCalendar, imageFor date: Date) -> UIImage? but I don't know how to reset/remove images.
1
vote
1 answer

Trying to Reload FSCalendar with JSon data but it crashes

this question is linked with the my previous account's question. How to make API call for this web service to fetch array of present and absent dates separately in swift? code import UIKit import FSCalendar class AttendenceViewController :…
silvervein
  • 57
  • 6
1
vote
1 answer

iOS Swift FSCalendar Remove Event Dot From Calendar

I'm using FSCalender in my application. I just need to remove event dot from calendar. For example I'm having one event of Apr 7th it will show dot on that day. But after removing all events from Apr 7th still dot is there, it won't disappear on…
Kavin Kumar Arumugam
  • 1,792
  • 3
  • 28
  • 47
1
vote
1 answer

How to make weekday names uppercased and what to change to just show 5 weeks in every month in FSCalendar?

I want my calendar's weeknames in uppercase form and also want to show just 5 week, as there can be maximum 31 days, so no need of 6 weeks, just wasting some space. It will be helpful if anyone can show me the right direction?
Hardik
  • 389
  • 4
  • 9
1
vote
0 answers

FSCalendar changing Reveal Controller Menu to gray color

I'm a newbie to IOS. I'm using Reveal Controller (as Left side navigation menu) and FSCalendar (to show a different kind of events) for my app. My Menu contains a submenu. One of the list in the submenu is the View controller that consists of…
1
vote
1 answer

Swift 3 FSCalendar select all dates by default

I am able to select certain dates while loading the FSCalendar. But I want to load calendar with all dates selected. var attendance_list = [NSManagedObject](); //After loading data for attendanceObj in attendance_list{ let createdDate…
Anooj Krishnan G
  • 849
  • 7
  • 25
1
vote
5 answers

How to get month in FSCalendar

I 'm using pod FSCalendar( https://github.com/WenchaoD/FSCalendar) and to localise it I use : calendar.locale = Locale(identifier: String) but the problem is that last few letters in translated month grammatically sounds not good.( It's like …
tyg1
  • 47
  • 2
  • 6
1
vote
1 answer

Fscalenar selected event dot color?

I am using FSCalendar for my application. Can anyone tell me how to set different dot color for only selected event ?
Niharika
  • 1,188
  • 15
  • 37