added screens button back

This commit is contained in:
mrustaa
2024-09-04 12:02:07 +03:00
parent 5ae4a97450
commit 3453526d51
26 changed files with 300 additions and 93 deletions
@@ -90,6 +90,9 @@ class ExampleTextViewController: StoryboardController {
let fr = CGRect(x: 0, y: 0, width: ScreenSize.width, height: 161)
let header = CustomCardHeaderMainView()
header.onClickAt = {
self.back()
}
header.titleLabel?.text = "HeaderView"
header.subtitleLabel?.text = "Added UITextView"
header.frame = fr