zjfjack / JZCalendarWeekView

Calendar Week & Day View in iOS Swift
MIT License
448 stars 120 forks source link

Not Show the time #151

Open KavinduDissanayake opened 2 years ago

KavinduDissanayake commented 2 years ago

Not Show the time for iPhone 11 simulator and real device but its works for any other iPhone

simulator_screenshot_A84D9715-7706-4D56-85FC-B7D7D0C63EB4

@montan3ro @zjfjack @PhilJay @yokurin @tgymnich

priyankgandhi0 commented 3 months ago

@KavinduDissanayake Please update the below function in JZRowHeader file

public func updateView(date: Date) { let dateFormatter = DateFormatter() dateFormatter.dateFormat = "HH:mm" lblTime.text = dateFormatter.string(from: date) }

dhvl1729 commented 1 week ago

any solutions ?