doc: Add link to showcase in readme
This commit is contained in:
parent
23faaeea22
commit
d1c46fd13f
|
@ -99,6 +99,10 @@ Here the `ListView` will only show elements that contains the content of the `Te
|
|||
This will show in the corresponding `ListView` only the elements where the `firstName` or the `lastName` match the text entered in the `textField`, and if the `onlyShowFavoritesCheckbox` is checked it will aditionnally filter the elements where `favorite` is `true`.
|
||||
The favorited elements will be shown first and all the elements are sorted by `firstName` and then `lastName`.
|
||||
|
||||
Showcase Application
|
||||
--------------------
|
||||
You can find an application showcasing this library here: https://github.com/oKcerG/SFPMShowcase
|
||||
|
||||
License
|
||||
-------
|
||||
This library is licensed under the MIT License.
|
||||
|
|
Loading…
Reference in New Issue