Commit Graph

114 Commits

Author SHA1 Message Date
WenchaoD 99cdb1d720 Bump version -> 0.8.3 2019-08-14 09:21:46 +08:00
Wenchao Ding bc6e469f52
Merge pull request #248 from waitingsnow/master
Update Swift version to 5.0
2019-07-30 09:41:41 +08:00
王广威 e263e4ad31 Update Swift version to 5.0 2019-07-25 11:54:54 +08:00
WenchaoD ef42e06bde Bump version to '0.8.2' 2018-11-30 09:40:30 +08:00
WenchaoD ebae2a5c73 Reduce accessibility of 'currentIndex setter' of FSPagerView from internal to 'fileprivate'. 2018-10-11 14:06:17 +08:00
WenchaoD 08daae1d4c Prevent 'currentIndex' of FSPagerView to be changed during a 'possible' rotating. 2018-10-11 14:01:46 +08:00
WenchaoD 3711f2998d Remove an redundant type cast. 2018-10-11 10:51:13 +08:00
WenchaoD a7a57e2edd Remove an unused property. 2018-10-10 22:35:43 +08:00
WenchaoD 0c776994db Rename FSPagerViewCollectionView to FSPagerCollectionView. 2018-10-10 22:35:18 +08:00
WenchaoD d3544d8076 Remove an redundant property. 2018-10-06 08:51:05 +08:00
WenchaoD c72899860d Update proposed-offset-calculation algorithm, the result is more accurate. 2018-10-03 11:55:14 +08:00
WenchaoD b5fc6ccbfc Add 'isScrollEnabled' to FSPagerView. 2018-10-02 07:36:00 +08:00
WenchaoD a50ca2dadf Bump version to '0.8.1'. 2018-10-02 07:33:04 +08:00
WenchaoD ba3f58f953 Add 'cellForItem(at:)' func to FSPagerView. 2018-10-02 07:32:13 +08:00
WenchaoD e70c8a3c9b Remove .swift-version. 2018-10-01 09:47:36 +08:00
WenchaoD 29aa05da07 Update .podspec. 2018-10-01 09:42:45 +08:00
WenchaoD 8ebbb0efac Fix some missing steps during renaming. 2018-09-25 13:15:26 +08:00
WenchaoD f0e653435e Update swift version to '4.2' of the swift demo project. 2018-09-25 13:01:18 +08:00
WenchaoD f3b4c98b99 Update '.swift-version' and '.podspec'. 2018-09-25 09:35:58 +08:00
WenchaoD 452486b098 Remove unnecessary 'get' identifier of 'layoutAttributesClass' property of FSPagerViewLayout. 2018-09-25 08:58:04 +08:00
WenchaoD 130c99c1bb Update Documentation and 'README.md'. 2018-09-24 19:34:14 +08:00
WenchaoD 6b54500113 Swift style refraction; Rename 'pagingDistance' property of FSPagerView to 'decelerationDistance'. 2018-09-24 13:06:22 +08:00
WenchaoD 45f1a6c11b Reduce the line count cost of 'alwaysBounceVertical' and 'alwaysBounceHorizontal' property of FSPagerView. 2018-09-24 13:01:54 +08:00
WenchaoD 985890d382 Migrate swift language version from 4.0 to 4.2. 2018-09-24 12:57:52 +08:00
WenchaoD f280708f52 Open ‘bounces’ property. 2018-09-24 12:22:39 +08:00
WenchaoD 7167dacf0b Bump version to '0.8.0' 2018-09-19 10:22:16 +08:00
WenchaoD 2547a9957c Update 'README.md' and comments of 'itemSize' of FSPagerView. 2018-09-19 10:22:05 +08:00
WenchaoD bb03aeb48b Add 'pagingDistance' demonstration to demo projects. 2018-09-19 10:20:59 +08:00
WenchaoD 76f544f456 Add 'pagingDistance' property to FSPagerView. 2018-09-19 09:18:24 +08:00
WenchaoD 396cea13e4 Change setting 'swift 3 @objc inference' to default in the swift demo project. 2018-09-18 15:29:26 +08:00
WenchaoD 7aad89b419 Add comments to 'dataSource' and 'delegate' property. 2018-09-18 13:06:15 +08:00
WenchaoD 515068d176 Suppress "@objc inference" warnings in objc demo project. 2018-09-14 16:16:08 +08:00
WenchaoD 8d40e06b87 Fixed an IB-rendering problem. 2018-09-14 15:19:52 +08:00
WenchaoD a7a5b14a1a Support 'scrollOffset', 'isTracking' and 'panGestureRecognizer' in objc 2018-09-14 15:18:31 +08:00
WenchaoD 61086f0806 The 'removesInfiniteLoopForSingleItem' property should be removed from 'readonly' section. 2018-09-14 15:17:30 +08:00
WenchaoD 7fab78be1b Remove the internal storage of property 'alwaysBouncingHorizontal' and 'alwaysBouncingVertical'. 2018-09-14 15:16:21 +08:00
WenchaoD fd70d6b91e Remove an redundant line-terminator. 2018-09-12 11:11:44 +08:00
WenchaoD 20f43bc831 'scrollDirection' property should support objc 2018-09-12 11:09:42 +08:00
WenchaoD 3537a975af Add comments to FSPagerViewScrollDirection. 2018-09-12 11:09:08 +08:00
WenchaoD b96ab55965 Fix an initial item-size issue of Basic Example in FSPagerViewExample-Objc 2018-09-12 09:27:39 +08:00
WenchaoD 6085e2443c Warning fix 2018-09-10 18:25:55 +08:00
WenchaoD 70d99b4e79 Add Index/* to gitignore 2018-09-10 18:19:04 +08:00
WenchaoD 6e0a2b7fc9 Bump version 2018-07-31 09:14:21 +08:00
Wenchao Ding eeadab14b3
Merge pull request #94 from SketchK/master
fix the bug of scroll position in selectItem function
2018-07-30 15:02:14 +08:00
Wenchao Ding 91480a13cb
Merge pull request #108 from lyuxxx/master
Update README.md
2018-01-22 17:01:29 +08:00
yxliu 6ad838b79b Update README.md 2018-01-22 14:45:09 +08:00
丁文超 c513607c19 Disable contentInsetAdjustmentBehavior 2017-11-24 10:45:00 +08:00
SketchK a3ce1e0aab fix scroll postion bug 2017-11-19 11:14:57 +08:00
丁文超 a84ed179c0 version bump 2017-10-13 15:29:43 +08:00
丁文超 933cc54b49 Fix objc bridging issue. 2017-09-29 09:27:50 +08:00