Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
insub4067 committed Dec 6, 2023
1 parent 283bd67 commit 146bb9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ lazy var button = ButtonBuilder()
.setTitleColor(.blue, for: .normal)
.setTranslatesAutoresizing()
.setBackgroundCornerRadius(20.0)
.setImageEdgeInsets(edgeInsets)
.addToSuperView(self.view)
.setEventPublisher(&store) {
print("Tap")
Expand Down Expand Up @@ -83,6 +84,7 @@ lazy var tableView = TableViewBuilder()
.setTranslatesAutoresizing()
.addToSuperView(self.view)
.registerCell(UITableViewCell.self, identifier: "UITableViewCell")
.registerHeaderFooter(HeaderView.self, "HeaderViewe")
.bind(items: $items, &cancellables, self.buildTableViewCell(_:_:_:))
.build()

Expand Down

0 comments on commit 146bb9f

Please sign in to comment.