Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Free flowing 1-row ticker a la Fantastical #10

Closed
soundsmitten opened this issue Apr 22, 2016 · 6 comments
Closed

Free flowing 1-row ticker a la Fantastical #10

soundsmitten opened this issue Apr 22, 2016 · 6 comments
Assignees

Comments

@soundsmitten
Copy link

soundsmitten commented Apr 22, 2016

The iOS app Fantastical allows for fluid horizontal scrolling in a one-row calendar view. Rather than paging per week, the days slide by fluidly by any increment. How much modification to JTAppleCalendar do you think this would take?
2014-04-01 04_38_10 pm

@patchthecode
Copy link
Owner

Acknowledged.
Downloading the app to see it my self. brb.

@patchthecode patchthecode self-assigned this Apr 23, 2016
@patchthecode patchthecode added this to the Questions milestone Apr 23, 2016
@patchthecode
Copy link
Owner

patchthecode commented Apr 23, 2016

Ok scratch that.. haha. Its not a free app >_<

So let me understand.
You want one row of dates, with fluid scrolling?

[x] We can already do 1 row of dates already.
[ ] I can do fluid scrolling update in a couple hours (probably 5 mins but i gotta do testing) and do an update.

Is this what you want?

@patchthecode
Copy link
Owner

On closer inspection of the gif image, you want the calendarView to be able to be incremented scrolled by one single day?

@patchthecode patchthecode modified the milestones: Questions, Enhancements 2.0 Apr 23, 2016
patchthecode added a commit that referenced this issue Apr 23, 2016
1. Added feature to allow fluid scrolling rows
2. Updated scroll to date function. When paging is disabled, the scroll to date will now scroll to the date if it exists, instead of scrolling in 7 day segments.
@soundsmitten
Copy link
Author

soundsmitten commented Apr 23, 2016

Wow I was away for a second and you did it! Thank you! I'm a beginner with iOS but I'm looking to dig into this control as I have a couple of calendar-dependent ideas. Definitely the last calendar control I'll try ;)

@patchthecode
Copy link
Owner

patchthecode commented Apr 23, 2016

Thanks much. I appreciate it. And yea i pushed the update.
I will be updating the cocoa pod in a bit (just doing some last minute tests).
But if you want to preview it before release you can see the code already on github (here).
Looking forward to your ideas.

@patchthecode
Copy link
Owner

patchthecode commented Apr 23, 2016

Also, this is a new project that has little publicity :<
If you create a cool calendar using this control, feel free to share an image here to inspire others -> #2
cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants