Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Example/MXScroll/SecondViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ class SecondViewController: ChildViewController {
// Do any additional setup after loading the view.
}

override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)

print("SecondViewController viewWillAppear")
}
}

extension SecondViewController{
Expand Down
20 changes: 10 additions & 10 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
PODS:
- EasyPeasy (1.9.0)
- MXScroll (0.1.2):
- MXScroll (0.1.3):
- EasyPeasy
- RxCocoa
- RxSwift
- RxCocoa (5.0.0):
- RxCocoa (5.1.1):
- RxRelay (~> 5)
- RxSwift (~> 5)
- RxRelay (5.0.0):
- RxRelay (5.1.1):
- RxSwift (~> 5)
- RxSwift (5.0.0)
- RxSwift (5.1.1)
- XXNibBridge (2.3.1)

DEPENDENCIES:
- MXScroll (from `../`)
- XXNibBridge

SPEC REPOS:
https://github.com/cocoapods/specs.git:
https://github.com/CocoaPods/Specs.git:
- EasyPeasy
- RxCocoa
- RxRelay
Expand All @@ -30,12 +30,12 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
EasyPeasy: 19a84ef8f8bbcf925b9fecc29d1d78b7dab96718
MXScroll: dd4de36fe0a0a3cebc4ff70ad31762e4c0890ca6
RxCocoa: fcf32050ac00d801f34a7f71d5e8e7f23026dcd8
RxRelay: 4f7409406a51a55cd88483f21ed898c234d60f18
RxSwift: 8b0671caa829a763bbce7271095859121cbd895f
MXScroll: d3c318dd708ee18d87e18e2a89f234e69ed17481
RxCocoa: 32065309a38d29b5b0db858819b5bf9ef038b601
RxRelay: d77f7d771495f43c556cbc43eebd1bb54d01e8e9
RxSwift: 81470a2074fa8780320ea5fe4102807cb7118178
XXNibBridge: addb780e6db076eb2c61716aa60b176a6799b80f

PODFILE CHECKSUM: f804193a7f1c7ce3fab9bb30199846b0556324fe

COCOAPODS: 1.7.2
COCOAPODS: 1.9.3
Loading