CalendarPopUp - JTAppleCalendar library

Overview

CalendarPopUp

CalendarPopUp - JTAppleCalendar library

Install

Run $ pod install in project directory.

Open CalendarPopUp.xcworkspace and build.

Parameters

In CellView.swift

 * preDateSelectable: Bool
 * todayColor: UIColor
 * selectableDateColor: UIColor
 * selectedRoundColor: UIColor

CalendarPopUp.swift

 *  startDate: Date
 *  endDate: Date

Authors

Oraz Atakishiyev

License

CalendarPopUp is available under the MIT license. See the LICENSE file for more info.

Comments
  • get previous month

    get previous month

    Hi,

    thank you very much for your work. Can you tell me how can I configure the calendar as such : It starts on the current month and it can only go for previous month How can go to X previous months ? I edit the field CalendarPopup.startDate but it doesn't work.

    Thank you for your help

    opened by jeremieIOS 7
  • The days of the week are not matching

    The days of the week are not matching

    HI, When the calendar is displayed, the days of the week at the bottom of the day view select do not match. Do you know how to fix this little bug?

    capture d ecran 2018-03-05 a 20 20 30

    Thank you

    opened by chococrypto 2
  • The select date in top label is one day behind the select day in Calendar?

    The select date in top label is one day behind the select day in Calendar?

    I have changed my Computer timezone to Los Angeles PDT one. Then launch the demo simulator.

    The select date in top label is one day behind the select day in Calendar? screen shot 2017-04-17 at 8 41 59 pm

    opened by kevinlee85 2
  • Showing only 3 months from current

    Showing only 3 months from current

    Hi,

    This calendar popup only shows the 3 months from now. No previous months are showing.How do i solve this issue. And how do i disable the date after today.

    opened by aiswaryamanal 1
  • display only month

    display only month

    Hi, thanks again for your hardwork. I'm new in programming so sorry if my question is a bit dumb. I wanted to know if your calendar allows me to display only month and not the days ?

    opened by jeremieIOS 1
  • Xcode8.3 suggest to replace M_PI_2 by Double.pi/2?

    Xcode8.3 suggest to replace M_PI_2 by Double.pi/2?

    Xcode8.3 suggest replacing M_PI_2 by Double.pi/2 ? Any plan to update it? "Warning: M_PI_2 is deprecated: Please use Double.pi/2 to get .... "

    opened by kevinlee85 1
  • Calender only goes as far as end of next month?

    Calender only goes as far as end of next month?

    Great demo, quick question: How could the code be adjusted so the calendar could be increased to pick a date for example, 6 months down the line, as currently, we can only see dates for the current month and next month?

    opened by Drakhshan 1
  • I encounter crash?

    I encounter crash?

    fatal error: unexpectedly found nil while unwrapping an Optional value

    On CalendarPopUp.setCalendar() function.

    Do those related with JTAppleCalendar library?

    opened by kevinlee85 0
  • issue on previous date disable

    issue on previous date disable

    Hi! i am facing issue on previous date on JTAppleCalender i use, func calendar(_ calendar: JTAppleCalendarView, shouldSelectDate date: Date, cell: JTAppleCell?, cellState: CellState) -> Bool { return date >= Date() } . i want to this calender . 1 can you tell me how make this Like image . thanks.

    opened by Ubaid-Javaid 0
  • Multiple dates

    Multiple dates

    Hi, I want to ask if it is possible to select startDate and endDate from the calendar when it is displayed in the viewcontroller. In other works user can select two dates of choice.

    opened by AdieOlami 0
  • How to localize calendar language?

    How to localize calendar language?

    Hi @orazz , in our app requirements I want to display the calendar popup in Arabic language. However, I am setting locale in your source code it's not showing the Arabic version of calendar, can you please help? I have used JTAppleCalendar directly in my code and when I set local it just work for me. But in your code it's not working for me.

    opened by hemangshah 3
  • Start and end date are not working.

    Start and end date are not working.

    Setting the start and end date for the calendar doesn't seem to change the start and end dates. Also, there is no option for changing the year incase a person needs to change more than 1 year.

    opened by bibinjacobpulickal 4
Owner
Orazz
Software Developer
Orazz
A fully customizable iOS calendar library, compatible with Objective-C and Swift

Table of contents Screenshots Installation Pre-knowledge Support Contact Screenshots iPhone iPad Safe Orientation Today Extension iOS8/9 iOS10 Interac

Wenchao Ding 10.2k Jan 2, 2023
A library that expresses a github contribution calendar through an array of dates. Supports iOS and macOS.

A library that expresses a github contribution calendar through an array of dates. Supports iOS and macOS.

jasu 45 Dec 20, 2022
Full featured lunar calendar library

LunarCore 小历(iOS & OS X)的农历核心部分。 何为小历 小历是一个简洁的农历 app,目前支持 iOS & OS X 两端,iOS 端多次被 App Store 官方推荐。 前世今生 LunarCore 最早来自于一个 JavaScript 编写的农历库:LunarCalenda

Ying Zhong (Inactive) 782 Aug 31, 2022
RAMAnimatedTabBarController is a Swift UI module library for adding animation to iOS tabbar items and icons. iOS library made by @Ramotion

ANIMATED TAB BAR Swift UI module library for adding animation to iOS tabbar items and icons.

Ramotion 11k Jan 8, 2023
Numpy-like library in swift. (Multi-dimensional Array, ndarray, matrix and vector library)

Matft Matft is Numpy-like library in Swift. Function name and usage is similar to Numpy. Matft Feature & Usage Declaration MfArray MfType Subscription

null 80 Dec 21, 2022
FCLAuthSwift is a Swift library for the Flow Client Library (FCL) that enables Flow wallet authentication on iOS devices.

FCLAuthSwift is a Swift library for the Flow Client Library (FCL) that enables Flow wallet authentication on iOS devices. Demo The demo a

Zed 3 May 2, 2022
SwiftCANLib is a library used to process Controller Area Network (CAN) frames utilizing the Linux kernel open source library SOCKETCAN.

SwiftCANLib SwiftCANLib is a library used to process Controller Area Network (CAN) frames utilizing the Linux kernel open source library SOCKETCAN. Th

Tim Wise 4 Oct 25, 2021
Simple library to detect motion type (walking, running, automotive) and count users steps. This library will make motion detection much more easily.

SOMotionDetector Simple library to detect motion for iOS by arturdev . Based on location updates and acceleration. ###Requierments iOS > 6.0 Compatibl

Artur  Mkrtchyan 1.1k Nov 25, 2022
Cross-Platform, Protocol-Oriented Programming base library to complement the Swift Standard Library. (Pure Swift, Supports Linux)

SwiftFoundation Cross-Platform, Protocol-Oriented Programming base library to complement the Swift Standard Library. Goals Provide a cross-platform in

null 620 Oct 11, 2022
SwiftUI-Text-Animation-Library - Text animation library for SwiftUI

⚠️ This repository is under construction. SwiftUI Text Animation Library Make yo

null 28 Jan 8, 2023
This library for animating text. Developed with SwiftUI. This library supports iOS/macOS.

AnimateText This library for animating text. Developed with SwiftUI. This library supports iOS/macOS. Screenshot AnimateText.mp4 Example https://fabul

jasu 123 Jan 2, 2023
MRFoundation - A library to complement the Swift Standard Library

MRFoundation MRFoundation is a library to complement the Swift Standard Library.

Roman Mogutnov 2 Feb 12, 2022
AEOTPTextField - A beautiful iOS OTP Text Field library, written in Swift with full access customization in UI.

AEOTPTextField - A beautiful iOS OTP Text Field library, written in Swift with full access customization in UI.

Abdelrhman Kamal 79 Jan 3, 2023
Algorithm is a library of tools that is used to create intelligent applications.

Welcome to Algorithm Algorithm is a library of tools that is used to create intelligent applications. Features Probability Tools Expected Value Progra

Cosmicmind 821 Jan 9, 2023
A Swift library to take the power of UIView.animateWithDuration(_:, animations:...) to a whole new level - layers, springs, chain-able animations and mixing view and layer animations together!

ver 2.0 NB! Breaking changes in 2.0 - due to a lot of requests EasyAnimation does NOT automatically install itself when imported. You need to enable i

Marin Todorov 3k Dec 27, 2022
An iOS library to natively render After Effects vector animations

Lottie for iOS, macOS (and Android and React Native) View documentation, FAQ, help, examples, and more at airbnb.io/lottie Lottie is a mobile library

Airbnb 23.6k Dec 31, 2022
A library to simplify iOS animations in Swift.

Updated for Swift 4.2 Requires Xcode 10 and Swift 4.2. Installation Drop in the Spring folder to your Xcode project (make sure to enable "Copy items i

Meng To 14k Jan 3, 2023
Swift library for choreographing animations on the screen.

Spruce iOS Animation Library (and Android) What is it? Spruce is a lightweight animation library that helps choreograph the animations on the screen.

WillowTree, LLC 3.4k Jan 3, 2023
A fantastic Physical animation library for swift

A fantastic Physical animation library for swift(Not Just Spring !!!), it is base on UIDynamic and extension to it, friendly APIs make you use it or c

August 2.9k Jan 4, 2023