Skip to content

Commit 84a25a4

Browse files
committed
Update Readme
1 parent e83dc88 commit 84a25a4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,13 @@ It might be useful for you.
107107
You can create any Cell.
108108
Please, check `StackScrollView-Demo`
109109

110+
### ManualLayout
111+
112+
You can create Cell with ManualLayout.
113+
114+
If you use ManualLayout, the Cell have to use `ManualLayoutStackCellType`.
115+
Then, return self-size based on maximum size in `size(maxWidth:maxHeight)`
116+
110117
## Author
111118

112119

StackScrollView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'StackScrollView'
3-
s.version = '1.1.0'
3+
s.version = '1.2.0'
44
s.summary = 'Scalable form builder with UICollectionView'
55
s.homepage = 'https://github.com/muukii/StackScrollView'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

0 commit comments

Comments
 (0)