Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UITextView cannot be edited #248

Open
kennenfromchina opened this issue Mar 19, 2024 · 1 comment
Open

UITextView cannot be edited #248

kennenfromchina opened this issue Mar 19, 2024 · 1 comment

Comments

@kennenfromchina
Copy link

kennenfromchina commented Mar 19, 2024

In the sample project, the last UITextView cannot edit and select text
The file directory is
/FlexLayout/Example/FlexLayoutSample/UI/Examples/YogaExampleF/YogaExampleFView.swift
Line 145
iPhone12, iOS17.3.1
macOS14.3, Xcode15.2

            $0.addItem().direction(.row).alignItems(.baseline).marginBottom(20).define {

                let label = UILabel()

                label.font = .systemFont(ofSize: 12)
                label.text = "About:"
                label.numberOfLines = 2

                $0.addItem(label).marginRight(5).markDirty()

                let info = UITextView()

                info.font = .systemFont(ofSize: 16)
                info.text = "Place text here!"

                $0.addItem(info).grow(1).height(200).markDirty()
            }
@CtrlJone
Copy link

Has any response?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants