UI edits/corrections - for the new xcode version

This commit is contained in:
mrustaa
2023-12-23 17:00:38 +03:00
parent 4f1ca8157a
commit 8bff1e5c24
8 changed files with 93 additions and 28 deletions
@@ -18,6 +18,8 @@ class ExampleAddTableViewController: StoryboardController {
override func viewDidLoad() {
super.viewDidLoad()
title = "Example Add TableView"
let layout = ContainerLayout()
layout.backgroundShadowShow = true
layout.positions = ContainerPosition(top: 70, middle: 250, bottom: 100)