Skip to main content

Hey folks,

how is it possible to set up the condensed footer for my iOS app? Im using the Bengal paywall and I can see in den preview settings that there is a possibility to set it up as fullscreen, footer and condensed footer. I can't get it to be the condensed footer version. Do I have to put this into my code? 

Thanks for any help.

 

Best,

George

That’s a configuration option the footer method. So would do:

.paywallFooter(condensed: true)


Thanks so much. You fixed it. Couldn't find that in the docs. Thanks.