Commit Graph
377 Commits
Author SHA1 Message Date
Léo Natan f184d6bae4 Add support for popup open and close transition
Closes #598
2025-03-23 01:35:00 +02:00
Léo Natan 4902940b22 Add tinted icon to demo project 2025-03-19 06:03:02 +02:00
Léo Natan b2b121ce39 2.20.11 2025-03-17 00:30:15 +02:00
Léo Natan cc1bef4a45 2.20.10 2025-03-16 17:11:21 +02:00
Léo Natan f632c57dbd Fix a layout loop caused by nil image
Closes #596
2025-03-16 17:10:49 +02:00
Léo Natan b2750982a1 2.20.9 2025-03-13 17:41:58 +02:00
Léo Natan 0555a421da 2.20.8 2025-03-12 01:25:10 +02:00
Léo Natan 80fe14a5f3 2.20.7 2025-02-16 23:20:17 +02:00
Léo Natan 6ef5ba33e5 2.20.6 2024-11-08 05:43:04 +02:00
Léo Natan f3f5723df7 Layout improvements 2024-11-08 05:41:40 +02:00
Léo Natan 392dc55fa6 Update demo project 2024-11-05 00:41:40 +02:00
Léo Natan 37a5b9d056 2.20.5 2024-11-02 04:10:58 +02:00
Léo Natan 94f060357f 2.20.4 2024-11-02 03:51:54 +02:00
Léo Natan 3d6a72a4bc UITabBarController sidebar support 2024-11-02 03:51:17 +02:00
Léo Natan 61ed581b2a 2.20.3 2024-10-31 17:46:49 +02:00
Léo Natan 5359222a95 Fix layout issue with UINavigationController 2024-10-31 17:46:17 +02:00
Léo Natan f500abb1c9 Update demo project 2024-10-29 01:53:47 +02:00
Léo Natan ccbcb15c16 2.20.2 2024-10-27 19:15:04 +02:00
Léo Natan 0f12f2e2ac Layout improvements 2024-10-26 19:16:31 +03:00
Léo Natan 42c363f313 Fix iOS 18 bug with tab bar scroll edge appearance 2024-10-26 02:44:42 +03:00
Léo Natan cb70ac468b Improve pointer interactions on iPadOS 2024-10-25 16:22:50 +03:00
Léo Natan 7d8eb297c9 2.20.1 2024-10-17 12:44:19 +03:00
Léo Natan 6c534cdf07 SwiftUI fixes 2024-10-17 12:43:28 +03:00
Léo Natan d07eb7bd83 Demo project update 2024-10-17 09:45:31 +03:00
Léo Natan ccacc0c638 2.20.0 2024-10-17 07:35:46 +03:00
Léo Natan 5594582c9a Introduce limitFloatingContentWidth for iPadOS
Given a sufficiently wide, regular horizontal size-class container on iPadOS, floating popup bars will now be limited in width to a system-determined value. To restore the previous functionality (full width of the container) to how it was before, set `.popupBar.limitFloatingContentWidth = false`

Floating popup bars will now increase in height slightly on regular horizontal size-class superviews on iPadOS.

Further improve floating tab bar support

Update demo project with changes
2024-10-17 07:35:05 +03:00
Léo Natan cda240e016 2.19.13 2024-10-16 12:00:56 +03:00
Léo Natan 5c1bd2b00a Improve support for iPadOS 18 floating tab bar design
Closes #583
2024-10-16 12:00:19 +03:00
Léo Natan 5448c997ed Demo project update 2024-09-27 03:42:25 +03:00
Léo Natan bbd729e34b 2.19.12 2024-09-27 03:38:42 +03:00
Léo Natan d9b6430020 Improve nested page view controller support 2024-09-27 03:30:54 +03:00
Léo Natan 90ca18b8f9 Update copyright of new files 2024-09-27 01:59:18 +03:00
Léo Natan 99a4a856c1 2.19.11 2024-09-27 01:58:24 +03:00
Léo Natan bef6a1a07c Improve UIPageViewController support
Add paged scrolling content to demo project
2024-09-27 01:57:29 +03:00
Léo Natan 3c3235225a 2.19.10 2024-09-26 10:01:12 +03:00
Léo Natan 91494b0647 Further improve handling of scrolling in popup content
Expand documentation with scroll behavior
2024-09-26 09:58:33 +03:00
Léo Natan a073417532 2.19.9 2024-09-26 06:29:40 +03:00
Léo Natan bcc42fe4ac Add scrolling content option in demo project 2024-09-26 06:20:35 +03:00
Léo Natan c18885775d 2.19.8 2024-09-25 03:43:25 +03:00
Léo Natan a4baed3a08 2.19.7 2024-09-04 01:34:19 +03:00
Léo Natan fae7c61f1b 2.19.6 2024-08-14 16:15:43 +03:00
Léo Natan 1802617ca4 Improve iOS 18 transitions 2024-08-14 16:09:44 +03:00
Léo Natan bf96159fa7 2.19.5 2024-08-14 13:47:38 +03:00
Léo Natan 7ebbf4c91d 2.19.4 2024-08-12 01:14:53 +03:00
Léo Natan 9c63309c93 2.19.3 2024-08-09 16:54:37 +03:00
Léo Natan 9a8b4cffeb Update copyright 2024-08-07 19:01:52 +03:00
Léo Natan 0e40359851 Make demo project compatible with Xcode 16.0 2024-08-06 23:51:18 +03:00
Léo Natan 5dd9a05e94 2.19.2 2024-07-13 15:51:25 +03:00
Léo Natan fa43e1b2dd Mark __fixUIHostingViewHitTest as public __spi to prevent optimizer from removing the function
Really fixes #571
2024-07-13 15:50:19 +03:00
Léo Natan 340d2205c6 2.19.1 2024-07-13 13:41:21 +03:00