https://github.com/noppefoxwolf/sjpageviewcontroller
https://github.com/noppefoxwolf/sjpageviewcontroller
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noppefoxwolf/sjpageviewcontroller
- Owner: noppefoxwolf
- Created: 2016-01-14T06:07:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-14T09:01:04.000Z (over 10 years ago)
- Last Synced: 2025-08-04T22:30:29.319Z (10 months ago)
- Language: Swift
- Size: 128 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SJPageViewController

| | SJPageViewController | UIPageViewController |
|:-----------|:------------|:------------|
| バウンドエフェクト| 無い| 無効にするのが大変|
| UIPanGesture|プロパティとして存在|subViewから引っこ抜くしか無い上に挙動が独特|
| 画面遷移の状態| NSProgressで取得可能 | scrollViewを監視したり大変|
| interPageSpacing | ある | ある |
| スワイプの無効化 | 出来る | 大変 |
| currentViewController | プロパティとして存在 | とるの大変 |