Skip to content

Commit 47b3d33

Browse files
committed
Updated readme
1 parent df425be commit 47b3d33

File tree

2 files changed

+28
-24
lines changed

2 files changed

+28
-24
lines changed

README.md

Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
<p align="center" >
2-
<img src="./Resources/logo.png" width=300px alt="ScrollStackController" title="ScrollStackController">
2+
<img src="banner.png" width=300px alt="ScrollStackController" title="ScrollStackController">
33
</p>
44

5-
[![Version](https://img.shields.io/cocoapods/v/ScrollStackController.svg?style=flat)](http://cocoadocs.org/docsets/ScrollStackController)
6-
[![Platform](https://img.shields.io/cocoapods/p/ScrollStackController.svg?style=flat)](http://cocoadocs.org/docsets/ScrollStackController)
7-
[![License](https://img.shields.io/cocoapods/l/ScrollStackController.svg?style=flat)](http://cocoadocs.org/docsets/ScrollStackController)
8-
[![danielemargutti.com](https://img.shields.io/badge/HomePage-danielemargutti.com-brightgreen)
9-
](https://www.danielemargutti.com)
10-
[![Twitter Follow](https://img.shields.io/twitter/follow/danielemargutti?label=Follow%20Me&style=social)](https://twitter.com/danielemargutti)
5+
<p align="center"><strong>Easy scrollable complex layouts in UIKit</strong></p>
116

12-
# ScrollStackController
137
Create complex scrollable layout using UIViewControllers or plain UIViews and simplify your code!
148

15-
ScrollStackController was created and maintaned by [Daniele Margutti](https://twitter.com/danielemargutti)[Web Site](https://www.danielemargutti.com)
16-
17-
## Introduction
189
ScrollStackController is a class you can use to create complex layouts using scrollable `UIStackView` but where each row is handled by a separate `UIViewController`; this allows you to keep a great separation of concerns.
1910

2011
You can think of it as `UITableView` but with several differences:
@@ -24,8 +15,6 @@ You can think of it as `UITableView` but with several differences:
2415
- **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.
2516
- **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.
2617

27-
### Main Features
28-
2918

3019
| | Features Highlights |
3120
|--- |--------------------------------------------------------------------------------- |
@@ -38,6 +27,18 @@ You can think of it as `UITableView` but with several differences:
3827
| 🧬 | It uses standard UIKit components at its core. No magic, just a combination of `UIScrollView`+`UIStackView`. |
3928
| 🐦 | Fully made in Swift 5 from Swift ❥ lovers |
4029

30+
## ❤️ Your Support
31+
32+
*Hi fellow developer!*
33+
You know, maintaing and developing tools consumes resources and time. While I enjoy making them **your support is foundamental to allow me continue its development**.
34+
35+
If you are using SwiftLocation or any other of my creations please consider the following options:
36+
37+
- [**Make a donation with PayPal**](https://www.paypal.com/paypalme/danielemargutti/20)
38+
- [**Become a Sponsor**](https://github.com/sponsors/malcommac)
39+
40+
- [Follow Me](https://github.com/malcommac)
41+
-
4142
<a name="index"/>
4243

4344
## Table of Contents
@@ -698,21 +699,24 @@ It also supports `Swift Package Maneger` aka SPM.
698699

699700
<a name="authorlicense"/>
700701

701-
### Author & License
702-
703-
`ScrollStackController` is developed and maintained by:
702+
**Consider ❤️ [support the development](#support) of this library!**
704703

705-
- Daniele Margutti ([danielemargutti.com](http://www.danielemargutti.com) - [@danielemargutti](http://www.twitter.com/danielemargutti) on twitter)
704+
## Contributing
706705

707-
I fully welcome contributions, new features, feature requests, bug reports, and fixes. Also PR are accepted!
706+
- If you **need help** or you'd like to **ask a general question**, open an issue.
707+
- If you **found a bug**, open an issue.
708+
- If you **have a feature request**, open an issue.
709+
- If you **want to contribute**, submit a pull request.
708710

709-
`ScrollStackController` is released under the MIT License.
711+
## Copyright & Acknowledgements
710712

711-
The following library was originally inspired by two great works:
713+
ScrollStackController is currently owned and maintained by Daniele Margutti.
714+
You can follow me on Twitter [@danielemargutti](http://twitter.com/danielemargutti).
715+
My web site is [https://www.danielemargutti.com](https://www.danielemargutti.com)
712716

713-
- [`AloeStackView`](https://github.com/airbnb/AloeStackView) by the engineering team at AirBnb
714-
- [`ScrollingStackViewController`](https://github.com/justeat/ScrollingStackViewController) by the engineering team at JustEat
715-
716-
[ Back To Top](#index)
717+
This software is licensed under [MIT License](LICENSE.md).
717718

719+
***Follow me on:***
720+
- 💼 [Linkedin](https://www.linkedin.com/in/danielemargutti/)
721+
- 🐦 [Twitter](https://twitter.com/danielemargutti)
718722

banner.png

68 KB
Loading

0 commit comments

Comments
 (0)