Skip to content

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