Relative Content

Tag Archive for swiftswiftuinsattributedstringuiviewrepresentable

SwiftUI UITextView Line Numbers not drawing correctly

I have this SwiftUI UiViewRepresentable which I want to use to make a simple TextEditor with line numbers. However the line numbers don’t get drawn. I a very new to UIKit and this is most I was able to do. Can anyone please help me to draw the numbers. I also don’t need the last line number when the last line is empty. aka. n. Thanks in advance.