Accepting multi-line text input with TextEditor – Bookworm SwiftUI Tutorial 2/10

preview_player
Показать описание

Other parts in Project 11:

2. Accepting multi-line text input with TextEditor: This video

Рекомендации по теме
Комментарии
Автор

This is what I needed .... Thanks for the video Paul ...

suvradiproy
Автор

That's really great. How would you use multiple TextEditors in a app window?

cmliphone
Автор

Unfortunately if you try typing around 100 lines the editor gets spasm and jumps up and down while you're typing.

mareksienczak
Автор

Thank you much for your video. I have a question that has been bothering me for a while as a beginner, but I can't find an answer to it. I would like to try my hand at a Mac app that can manage large volumes of text (manuscripts). As an author, this would specifically be chapters of my novels. My initial aim is to write, edit and save larger sections of text in a two-part window, in which an overview or directory structure of all texts is displayed in the left-hand area, and if you click on the respective selection, a text editor appears in the right-hand window in which you can edit the text. Later I would like to be able to code the texts as markup, but at first I don't understand how best to approach such a project. In XCode there is a "Mac App" or a "Document App" as a project. Which of the two forms should I choose for such a project?

SFAutor