Skip to content

Implementando a ActivityList e ActivityListCell 馃敆 - #79

Open
RickyMarq wants to merge 1 commit into
devpass-tech:mainfrom
RickyMarq:feature_ActivityListView
Open

Implementando a ActivityList e ActivityListCell 馃敆#79
RickyMarq wants to merge 1 commit into
devpass-tech:mainfrom
RickyMarq:feature_ActivityListView

Conversation

@RickyMarq

Copy link
Copy Markdown
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)

Copy link
Copy Markdown

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 = {

Copy link
Copy Markdown

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

Copy link
Copy Markdown

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