Skip to content

Commit 3edfb4b

Browse files
committed
#10 Updated documentation headline for plain UIView
1 parent 5b00196 commit 3edfb4b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Twitter Follow](https://img.shields.io/twitter/follow/danielemargutti?label=Follow%20Me&style=social)](https://twitter.com/danielemargutti)
1111

1212
# ScrollStackController
13-
Create complex scrollable layout using UIViewController and simplify your code!
13+
Create complex scrollable layout using UIViewControllers or plain UIViews and simplify your code!
1414

1515
ScrollStackController was created and maintaned by [Daniele Margutti](https://twitter.com/danielemargutti)[Web Site](https://www.danielemargutti.com)
1616

@@ -19,7 +19,8 @@ ScrollStackController is a class you can use to create complex layouts using scr
1919

2020
You can think of it as `UITableView` but with several differences:
2121

22-
- **Each row is a different `UIViewController` you can manage independently**: no more massive controllers, a much cleaner and maintainable architecture.
22+
- **Each row can a different `UIViewController` you can manage independently**: no more massive controllers, a much cleaner and maintainable architecture.
23+
- **You can still use plain `UIView` instances if need a lightweight solution**: this is especially useful when you are using ScrollStackController as layout-helper or your view don't have a complex logic and you can still use the main controller.
2324
- **Powered by AutoLayout since the beginning**; it uses a combination of `UIScrollView + UIStackView` to offer an animation friendly controller ideal for fixed and dynamic row sizing.
2425
- **You don't need to struggle yourself with view recycling**: suppose you have a layout composed by several different screens. There is no need of view recycling but it cause a more difficult managment of the layout. With a simpler and safer APIs set `ScrollStackView` is the ideal way to implement such layouts.
2526

0 commit comments

Comments
 (0)