Skip to content

Conversation

@Raline-MSilva
Copy link
Contributor

Descrição e Solução

  • Descreva o que está sendo implementado e como foi feito.

Checklist:

  • [ x] Não adiciona código duplicado
  • [ x] Não contém código comentado
  • [ x] Não contém código WIP
  • Teste Unitário Implementado

Evidências:

| iPhone SE | iPhone 13 Pro Max |
| --
Captura de Tela 2022-07-21 às 21 42 46 Captura de Tela 2022-07-21 às 21 42 32
---- | ------ |

| print | print |

let constraint = [
stackView.centerXAnchor.constraint(equalTo: centerXAnchor),
stackView.centerYAnchor.constraint(equalTo: centerYAnchor),
stackView.leadingAnchor.constraint(equalTo: leadingAnchor, constant: 52),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Suggestion]
Adjust for multiple of 4, example: 4-12-16-20...

@Viniciuscarvalho Viniciuscarvalho merged commit 224cf8e into devpass-tech:main Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants