Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design e Layout #1

Closed
9 tasks done
ericklborges opened this issue Feb 8, 2021 · 4 comments
Closed
9 tasks done

Design e Layout #1

ericklborges opened this issue Feb 8, 2021 · 4 comments
Labels
Milestone

Comments

@ericklborges
Copy link
Owner

ericklborges commented Feb 8, 2021

  • Cores
  • Fontes
  • Componentes
  • Loading
  • Tela de Fatos
  • Tela de Pesquisa
  • Erro da API
  • Erro de Estado Vazio
  • Erro de Conexão
@ericklborges ericklborges changed the title #### Design e Layout Design e Layout Feb 8, 2021
@ericklborges ericklborges added this to the Setup milestone Feb 8, 2021
@ericklborges
Copy link
Owner Author

ericklborges commented Feb 8, 2021

🎨 Cores

Texto

  • Text.primary: UIColor(red: 0, green: 0, blue: 0, alpha: 1)
  • Text.secondary: UIColor(red: 116/255, green: 116/255, blue: 116/255, alpha: 1)
  • Text.highlight: UIColor(red: 255/255 , green: 255/255, blue: 255/255, alpha: 1)

Background

  • Background.main: UIColor(red: 255/255 , green: 255/255, blue: 255/255, alpha: 1)
  • Background.separator: UIColor(red: 198/255 , green: 198/255, blue: 200/255, alpha: 1)
  • Background.sectionHeader: UIColor(red: 10/255 , green: 116/255, blue: 255/255, alpha: 1)
  • Background.sectionHighlight: UIColor(red: 242/255 , green: 242/255, blue: 247/255, alpha: 1)

Sombra

  • Shadow.10: UIColor(red: 0, green: 0, blue: 0, alpha: 0.1)

@ericklborges
Copy link
Owner Author

ericklborges commented Feb 8, 2021

📝 Fontes

  • title: .systemFont(ofSize: 24, weight: .semibold)
  • highlight: .systemFont(ofSize: 20, weight: .semibold)
  • header: .systemFont(ofSize: 17, weight: .bold)
  • body: .systemFont(ofSize: 17, weight: .regular)
  • caption: .systemFont(ofSize: 12, weight: .bold)

@ericklborges
Copy link
Owner Author

ericklborges commented Feb 8, 2021

🧩 Componentes

  • TagView: Tag de categorias
  • FactView: Card com o fato, categoria e botão de compartilhar
  • SectionHeaderView: View do heeader da collection
  • PastSuggestionView: Item da collection com label e imagem que sugere toque

Componentes.pdf

@ericklborges
Copy link
Owner Author

ericklborges commented Feb 10, 2021

📱 Telas

Telas.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant