Paywalls: add PaywallFooterViewController#3486
Conversation
|
Will continue with this after Hack week. The current state is that I was trying to find a way to constraint the footer to just take the minimum required space before jumping to use it in the hybrids, since I think that would be required for that to work |
46278f4 to
2b938b8
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3486 +/- ##
==========================================
- Coverage 86.06% 86.04% -0.02%
==========================================
Files 237 237
Lines 17211 17211
==========================================
- Hits 14813 14810 -3
- Misses 2398 2401 +3 ☔ View full report in Codecov by Sentry. |
a30489f to
5c30311
Compare
@NachoSoto My only doubt right now is whether we need to add constraints for this to use the minimum needed space, or whether that would be in the hybrid side... But I think we can add that later if needed. |
PaywallFooterViewControllerPaywalls: add PaywallFooterViewController
**This is an automatic release.** ### RevenueCatUI * `Paywalls`: add `PaywallFooterViewController` (#3486) via Toni Rico (@tonidero) * `Paywalls`: improve landscape support of all templates (#3471) via NachoSoto (@NachoSoto) * `Paywalls`: ensure footer links open in full-screen sheets (#3524) via NachoSoto (@NachoSoto) * `Paywalls`: improve `FooterView` text alignment (#3525) via NachoSoto (@NachoSoto) * Paywalls: Add dismissal method in `PaywallViewControllerDelegate` (#3493) via Toni Rico (@tonidero)
Description
This adds a new
PaywallFooterViewController. This VC will be used to render the footer view in the hybrids.