Skip to content

Instantly share code, notes, and snippets.

@d-srd
Created September 20, 2019 06:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save d-srd/8f856a32834afb3625adbc6c29845da1 to your computer and use it in GitHub Desktop.
Save d-srd/8f856a32834afb3625adbc6c29845da1 to your computer and use it in GitHub Desktop.
.padding(EdgeInsets(
top: 0,
leading: message.sender == .me ? 64 : 0 ,
bottom: 0,
trailing: message.sender == .me ? 0 : 64))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment