Skip to content

Commit

Permalink
Merge pull request #337 from phuanggh/feat_dynamic_type
Browse files Browse the repository at this point in the history
  • Loading branch information
kvyatkovskys committed Dec 15, 2023
2 parents 45debc8 + fef2c56 commit d64729b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion KVKCalendar.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'KVKCalendar'
s.version = '0.6.20'
s.version = '0.6.21'
s.summary = 'A most fully customization calendar for Apple platforms.'

s.description = <<-DESC
Expand Down
1 change: 1 addition & 0 deletions Sources/KVKCalendar/TimelineLabel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public class TimelineLabel: UILabel {

override init(frame: CGRect) {
super.init(frame: frame)
self.adjustsFontForContentSizeCategory = true
}

required init?(coder aDecoder: NSCoder) {
Expand Down

0 comments on commit d64729b

Please sign in to comment.