简体   繁体   中英

Customise calendar for both iOS and Android

I need a calendar for my application where I can pick a single date and show unavailable & available dates in the calendar for the event. I'm building android app in Java - Android Studio and IOS App in objective C - Xcode. I'm looking for an existing built in library for this purpose. If it is available for both Android and IOS that will be great. If not, i need a best suggestion to achieve this !!

I have seen few reference links like below:

(Android) https://github.com/square/android-times-square

(IOS) https://github.com/guicocoa/calendar

Please help me in this. Thanks in advance.

Cheers

The best Pod for iOS is this: https://cocoapods.org/pods/JTAppleCalendar

But it's only for iOS.

For ios you can use : https://github.com/WenchaoD/FSCalendar

This is fully customizable iOS calendar library, compatible with Objective-C and Swift

i have used this in mine live projects it works great.

https://github.com/CVCalendar/CVCalendar

or you can also use some reference from here https://cocoapods.org/?q=calenda

best references are from here https://www.cocoacontrols.com/search?utf8=%E2%9C%93&q=calendar

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM