Created
July 2, 2019 08:32
-
-
Save iamazhar/7cdd664b62cc778531f01446003e33a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var body: some View { | |
| Text("She sells sea shells on the sea shore. She sells sea shells on the sea shore") | |
| .truncationMode(.head) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment