Strings

Overview

Alignment

Align to left alignment: .leading

Align to right alignment: .trailing

Spacer()

VStack{Text("First Label")Spacer(minLength:50)Text("Second Label")}

String()

Changes string and decimal to integer

\()

Puts variables or constants into the strings

\n

Excel 'deki bir alt satira gecirme gibi Alt+enter

UITextChecker()

NSRange

.append vs .insert

.append adds to the end of the array

.insert adds to the start of the array

Sources

Videos

Articles / Documents

Last updated

Was this helpful?