Giter Site home page Giter Site logo

Comments (6)

patchthecode avatar patchthecode commented on May 2, 2024 1

Also, if this lib has helped you in anyway, please leave a start rating :)

from jtapplecalendar.

patchthecode avatar patchthecode commented on May 2, 2024

Just to be clear:

  1. You have some dated from the server
  2. You want these to be selected when you application runs?

Then you should do this:

    override func viewDidLoad() {
        super.viewDidLoad()
        .......
        .......
        calendarView.allowsMultipleSelection = true
        let datesFromServer = [d1, d2, d3]
        calendarView.selectDates(datesFromServer)
    }

This will select all your dates.

If this answer does not help you, can you respond and paste your viewDidLoad() code so i can take a look?

from jtapplecalendar.

samuelmgalan avatar samuelmgalan commented on May 2, 2024

Hi @patchthecode
One question: how do i wait for the server response in order to paint events inside the cells before the calendar renders? Or how to manually call isAboutToDisplayCell with the new info? Kind of lost.
To be clear, i want to achieve something similar to this (cells can have info inside them, but is depending on a server response) -> #2 (comment)

from jtapplecalendar.

patchthecode avatar patchthecode commented on May 2, 2024

Ok, I am just a little confused. Let me know which ones below are wrong.

  1. If you do not want the calendar to render (or be visible on the screen) then don't put it on the screen? (if i understand it correctly)
  2. If you have a calendar that loads in viewDidLoad it will be displayed on the screen. At this point if you already have your dates from the server (in array form), then just call calendarView.selectDates(datesFromServer). If at this point you do not have the dates from the server yet, then get the dates, and then call calendarView.selectDates(datesFromServer) in your completion handler.

If you need more clarification join me in chat here -> https://gitter.im/patchthecode/JTAppleCalendar because texting here can be maddeningly slow. I'll be available there in 2 and a half hours time (from posting this message)

from jtapplecalendar.

samuelmgalan avatar samuelmgalan commented on May 2, 2024

It was not for selecting dates, it was for adding subviews to a cell. But i discover that if i call reloadData()the function isAboutToDisplayCell its called again and i can add all the new info.
But thanks anyway ;)

from jtapplecalendar.

patchthecode avatar patchthecode commented on May 2, 2024

Ah. ok. i see now. Cool. man.
one thing, if you need to know all the functions you can use with this library, look at the UserInteractionFunctions.swift file.
It has ever function you're allowed to do.
cheers

from jtapplecalendar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.