Skip to content

Commit 975354f

Browse files
authored
Merge pull request #22 from zohairhadi/patch-1
Update README.md
2 parents ffe49f7 + ee63344 commit 975354f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ScrollStackController is a class you can use to create complex layouts using scr
1010

1111
You can think of it as `UITableView` but with several differences:
1212

13-
- **Each row can a different `UIViewController` you can manage independently**: no more massive controllers, a much cleaner and maintainable architecture.
13+
- **Each row can manage different `UIViewController` independently**: no more massive controllers, a much cleaner and maintainable architecture.
1414
- **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.
1515
- **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.
1616
- **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.

0 commit comments

Comments
 (0)