This fixes deprecation warnings for iOS 8-based targets#4
Open
emaloney wants to merge 3 commits intoclisuper:masterfrom
Open
This fixes deprecation warnings for iOS 8-based targets#4emaloney wants to merge 3 commits intoclisuper:masterfrom
emaloney wants to merge 3 commits intoclisuper:masterfrom
Conversation
• CLCalendarPastDayNumberTextColor — The day-of-month number text color for dates in the past • CLCalendarFutureDayNumberTextColor – The day-of-month number text color for dates in the future • CLCalendarCurrentDayNumberTextColor — The day-of-month number text color for today • CLCalendarSelectedDayNumberTextColor — The day-of-month number text color for the selected day when that date is not today • CLCalendarSelectedCurrentDayNumberTextColor — The day-of-month number text color for the selected day when that date is today • CLCalendarCurrentDayNumberBackgroundColor — The background color to use for the highlight circle behind the current day when that date isn't selected • CLCalendarSelectedDayNumberBackgroundColor — The background color to use for the highlight circle behind the selected day when that date is not today • CLCalendarSelectedCurrentDayNumberBackgroundColor — The background color to use for the highlight circle behind the selected day when that date is today
Author
|
Will redo this. I saw that a commit intended for a separate pull request made it into here. |
This reverts commit f85ea5c.
Author
|
Fixed. |
jmschonfeld
pushed a commit
to Jeretech/CLWeeklyCalendarView
that referenced
this pull request
Jul 4, 2015
Fix auto layout issues
|
Is this going to be merged to master branch? |
lutc
approved these changes
May 16, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When building for a target with a minimum platform of iOS 8, additional deprecation warnings will occur.
This pull request fixes those warnings.