Skip to content

Commit 623b77b

Browse files
committed
Uploaded demo on ghipy
1 parent 67b69ea commit 623b77b

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ If you have a long list of rows you may experience delays.
7575

7676
So, `ScrollStackController` is generally not appropriate for screens that contain many views of the same type, all showing similar data (in these cases you should use `UITableView` or `UICollectionView`).
7777

78-
<video src="./Resources/demomovie.mp4" width="278" height="568" controls preload></video>
78+
![Demo Project](https://media.giphy.com/media/fAi3hyXNalzd4SkVgI/giphy.gif)
7979

8080
[↑ Back To Top](#index)
8181

Resources/demomovie.mp4

-2.08 MB
Binary file not shown.

ScrollStackControllerDemo/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class ViewController: UIViewController {
8383
extension ViewController: TagsVCProtocol {
8484

8585
func toggleTags() {
86-
let index = stackView.rowForController(tagsVC)!.index
86+
let index = stackView.gitrowForController(tagsVC)!.index
8787
tagsVC.isExpanded = !tagsVC.isExpanded
8888
stackView.reloadRow(index: index, animated: true)
8989
}

0 commit comments

Comments
 (0)