Skip to content

Commit c591ce9

Browse files
committed
Example of auto-resizing view inside the scrollstack
1 parent 90148d7 commit c591ce9

File tree

6 files changed

+71
-58
lines changed

6 files changed

+71
-58
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<VariablesViewState
3+
version = "1.0">
4+
<ContextStates>
5+
<ContextState
6+
contextName = "PricingVC.updateViewConstraints():PricingVC.swift">
7+
<PersistentStrings>
8+
<PersistentString
9+
value = "pricingTable.contentSize.height">
10+
</PersistentString>
11+
</PersistentStrings>
12+
</ContextState>
13+
<ContextState
14+
contextName = "PricingVC.viewDidLayoutSubviews():PricingVC.swift">
15+
<PersistentStrings>
16+
<PersistentString
17+
value = "pricingTable.contentSize.height">
18+
</PersistentString>
19+
</PersistentStrings>
20+
</ContextState>
21+
</ContextStates>
22+
</VariablesViewState>

0 commit comments

Comments
 (0)