Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Readme
  • Loading branch information
muukii committed Nov 13, 2017
commit 84a25a4a1dc41246abde24c2bb7161c4588d342e
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,13 @@ It might be useful for you.
You can create any Cell.
Please, check `StackScrollView-Demo`

### ManualLayout

You can create Cell with ManualLayout.

If you use ManualLayout, the Cell have to use `ManualLayoutStackCellType`.
Then, return self-size based on maximum size in `size(maxWidth:maxHeight)`

## Author

muukii, [email protected]
Expand Down
2 changes: 1 addition & 1 deletion StackScrollView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'StackScrollView'
s.version = '1.1.0'
s.version = '1.2.0'
s.summary = 'Scalable form builder with UICollectionView'
s.homepage = 'https://github.com/muukii/StackScrollView'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down