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

Implementando a ActivityList e ActivityListCell 🔗 #79

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

RickyMarq
Copy link
Contributor

Foi adicionado uma tableView com o nome activityListTableView, a mesma tem como célula ActivityListCell.

Implementando todos as requisições de design.

let image = UIImage(named: "bag.circle.fill")
let imageView = UIImageView(image: image)
imageView.translatesAutoresizingMaskIntoConstraints = false
imageView.frame.size = CGSize(width: 48, height: 48)

Choose a reason for hiding this comment

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

intrinsicContentSize

return imageView
}()

lazy var storeLabel: UILabel = {

Choose a reason for hiding this comment

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

Colocar como private

}

func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
return 70

Choose a reason for hiding this comment

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

Nunca usem este método

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

Successfully merging this pull request may close these issues.

2 participants