Commit Graph

  • d06f209ba8
    Fix minimum supported iOS version wrongly specified as iOS 11 instead of iOS 13. #22 Mussa Charles 2023-04-24 14:56:52 +0900
  • 497fa9b569 fix save geometry bug #21 rakaabadi 2023-03-15 08:10:08 +0700
  • 20844add5f Extract logic which sends ProxySwipeDirection events to it's own method #19 MussaCharles 2022-12-09 17:32:04 +0900
  • cbb73540b3 Add swipeDirectionPublisher property and publish changes when scrollView didScroll delegate method called MussaCharles 2022-12-08 12:11:38 +0900
  • 0f7c8e098f Add publisher for contentSize, frame and all three offsetSizeAndFrame using combineLatest operator MussaCharles 2022-11-29 12:21:53 +0900
  • c34d2950c0
    Update README.md master Amzd 2021-06-09 16:53:17 +0200
  • 3c1b4bbbff
    Update README.md Amzd 2021-05-15 13:20:04 +0200
  • c3c1887c2d
    Create LICENSE Amzd 2021-04-28 11:56:05 +0200
  • 197b849ecb
    Create FUNDING.yml Amzd 2021-02-05 10:46:58 +0100
  • 466696c616
    Update ScrollViewProxy.podspec Amzd 2021-01-25 13:07:13 +0100
  • 1e63a6cdbc
    Update cocoapods.yml Amzd 2021-01-25 13:03:43 +0100
  • f68e48bc45
    Update ScrollViewProxy.podspec Amzd 2021-01-25 12:49:48 +0100
  • a73b9d7ee3
    Create cocoapods.yml Amzd 2021-01-25 12:48:37 +0100
  • c6cae5aabf Revert back from my fork to Introspect since it's finally been updated 1.0.3 Casper Zandbergen 2021-01-04 17:35:22 +0100
  • a72743ac45 #10 Casper Zandbergen 2021-01-04 17:34:31 +0100
  • 5317b3de65
    Update README.md 1.0.1 Amzd 2020-12-26 23:56:47 +0100
  • c56256e6b0
    Update README.md Amzd 2020-12-26 22:12:11 +0100
  • a038a5fb65
    Update README.md to make it work with Ink Amzd 2020-12-26 22:10:14 +0100
  • 3672768345
    Update README.md Amzd 2020-12-26 20:58:25 +0100
  • 40c7dae45a
    Update README.md Amzd 2020-12-26 20:58:11 +0100
  • 57d7bed0dd Update ScrollViewProxy.swift Casper Zandbergen 2020-12-08 15:10:33 +0100
  • 46e0309867 Merge branch 'master' of https://github.com/Amzd/ScrollViewProxy Casper Zandbergen 2020-12-08 15:10:03 +0100
  • c144f12820 Update ScrollViewProxy.swift Casper Zandbergen 2020-12-08 15:09:53 +0100
  • 88b96ede74
    Update README.md Amzd 2020-12-08 15:09:26 +0100
  • ce8c101aee Update SPM to AmzdIntrospect Casper Zandbergen 2020-12-08 13:49:22 +0100
  • 744964461b Create Package.resolved Casper Zandbergen 2020-12-08 13:14:29 +0100
  • af9bad092e import AmzdIntrospect Casper Zandbergen 2020-12-08 13:09:18 +0100
  • 9622845011 1.0.1 Casper Zandbergen 2020-12-08 12:53:45 +0100
  • 1d7d1dc669 Added license Casper Zandbergen 2020-12-08 12:29:52 +0100
  • 9b55029f9e Updated podspec to use my version of Introspect that supports iOS 11 Casper Zandbergen 2020-12-08 12:25:22 +0100
  • 3ecd26174d Added offset publisher. See README on how to use it. Casper Zandbergen 2020-12-07 13:10:08 +0100
  • c49d732aae Fixed macOS Casper Zandbergen 2020-12-01 13:00:35 +0100
  • 2b5c60fdfc Update for macOS Casper Zandbergen 2020-11-30 22:58:09 +0100
  • 0f28f92105 Updated introspect dependency Casper Zandbergen 2020-11-30 22:42:06 +0100
  • 53d0ad2e1d Removed generic ScrollViewReader.ID and ScrollViewProxy.ID to be in line with SwiftUI 2.0. Updated to use PreferenceKeys thanks to @tomatrow Casper Zandbergen 2020-10-12 16:07:40 +0200
  • ab23414fc4 Use KVO instead of the delegate to gtet ScrolView offset #5 AJ Caldwell 2020-10-10 17:58:57 -0700
  • a70eb11b56 Rename source file AJ Caldwell 2020-10-10 16:26:18 -0700
  • 2d5f407d57 Change all the names AJ Caldwell 2020-10-10 16:12:33 -0700
  • 7dc575a663 Change the package name to prevent conflicts AJ Caldwell 2020-10-10 16:07:37 -0700
  • be8c6d6e39
    Update README.md Amzd 2020-08-03 15:58:24 +0200
  • d91bbc0bbf Reintroduced ScrollViewProxy.offset instead of the public onScroll tomatrow/master Amzd 2020-08-03 10:37:16 +0200
  • e2b3bc6b6a Update readme AJ Caldwell 2020-07-31 14:20:36 -0700
  • 9b80e774da Make onScoll public AJ Caldwell 2020-07-31 10:38:29 -0700
  • 8c75414fda Move onScroll and delegate into proxy AJ Caldwell 2020-07-31 10:22:37 -0700
  • 66ef60e79b Formatting AJ Caldwell 2020-07-30 18:00:01 -0700
  • a4d790ce3d Add preferences AJ Caldwell 2020-07-30 17:54:16 -0700
  • d9b4a90583 Move onScroll out to ScrollViewProxy.init AJ Caldwell 2020-07-30 17:38:24 -0700
  • f8be4dda88 Throw an assertion if the UIScrollView already has a deleagate AJ Caldwell 2020-07-30 16:18:10 -0700
  • 88b320ffb4 Only expose offset and hide ScrollViewProxy.init AJ Caldwell 2020-07-29 19:58:45 -0700
  • 4faa4006d7 Make init and offset of ScrollViewProxy public AJ Caldwell 2020-07-28 19:21:04 -0700
  • 0a7e15a960 Add available attribute to BindingWrapper AJ Caldwell 2020-07-28 19:14:50 -0700
  • 1978ad1c76 Allow passing a proxy as a parameter AJ Caldwell 2020-07-28 16:29:13 -0700
  • 36a49542ab Add offset to proxy AJ Caldwell 2020-07-28 15:33:18 -0700
  • 64e8e808b4
    Merge pull request #3 from AndrewSB/patch-1 Amzd 2020-07-23 21:50:34 +0200
  • aee548b80e
    Update not found print to include missing ID #3 Andrew Breckenridge 2020-07-23 00:13:53 -0700
  • 82a0087388 Podspec dependency 1.0.0 Casper Zandbergen 2020-07-14 10:09:21 +0200
  • c4b841ae50
    Create ScrollViewProxy.podspec Amzd 2020-07-14 09:43:10 +0200
  • aa375b2d97
    Update README.md Amzd 2020-06-23 11:15:09 +0200
  • d164d92821
    Update README.md Amzd 2020-06-23 00:59:43 +0200
  • c0be050ca4 Added platform restriction Casper Zandbergen 2020-06-17 17:31:44 +0200
  • 2f49797c9d The Introspect master has backwards compatibility using @available Casper Zandbergen 2020-06-17 17:26:52 +0200
  • 07c2478f9c Added @available so the package can be used in backwards compatible projects Casper Zandbergen 2020-06-03 17:07:13 +0200
  • 06886ac07b initial commit Casper Zandbergen 2020-06-03 10:05:52 +0200