Long Hoàng
Long Hoàng
My comment on #51
@IBInspectable open dynamic var numberOfRows: Int = 0 { didSet { self.maximumRow = numberOfRows } } private(set) var maximumRow = 0 { didSet { invalidateIntrinsicContentSize() } } private func rearrangeViews()...
@gusfing thank you for your invitation, but I'm in probation in new job, I have no enough time to focus on your project.
Hi @bryankeller, I got the issue with `HorizonCalendar.DoubleLayoutPassSizingLabel`, I just following the document for creating the `CalendarViewContent` ``` Probably at least one of the constraints in the following list is...
I fixed by re-calculate frame, thanks
@dimitris-c It has crashed when calling `player.pauseEngine` after AirPods disconnected
Hi @danielsaidi, I got some advice from the community. a `Node` interface and various node models (`ImageNode`, `TableNode`, `ParagraphNode`, …). Then a corresponding `NodeView` interface with concrete types `ImageNodeView`, `TableNodeView`...
@danielsaidi haha, me too. The Apple's notes app very smooth for add to-do list, table and more ... Hope get some advice to complete it.