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
struct TextViewWrapper: UIViewRepresentable { | |
@Binding var text: String | |
func makeUIView(context: Context) -> UITextView { | |
let textView = UITextView() | |
textView.delegate = context.coordinator | |
// CUSTOMISE APPEARANCE OF TEXTVIEW HERE (NOT IN SWIFTUI) |
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
po visibleDates.monthDates | |
▿ 7 elements | |
▿ 0 : 2 elements | |
▿ date : 2020-03-29 00:00:00 +0000 | |
- timeIntervalSinceReferenceDate : 607132800.0 | |
▿ indexPath : 2 elements | |
- 0 : 4 | |
- 1 : 0 | |
▿ 1 : 2 elements | |
▿ date : 2020-03-29 23:00:00 +0000 |