Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apptentive Styling Questions #303

Open
garyzhuge opened this issue Jul 3, 2023 · 1 comment
Open

Apptentive Styling Questions #303

garyzhuge opened this issue Jul 3, 2023 · 1 comment

Comments

@garyzhuge
Copy link

garyzhuge commented Jul 3, 2023

Hi,
I'm working on an integration of apptentive right now.

  1. We want the ability to left justify the apptentiveSurveyIntroductionLabel text so that it starts from the leftmost side instead of the center.
CleanShot 2023-07-03 at 15 34 59@2x
  1. We would also like the ability to expand the submit button like below.
CleanShot 2023-07-03 at 15 33 50@2x
  1. Is it possible to use our own SVG or PNG as background for the survey?
    Are these tasks currently possible with just using the UIKit extensions?
@frankus
Copy link
Contributor

frankus commented Jul 10, 2023

Unfortunately the customizations you listed aren't available right now in our UIKit extensions (which are mostly fonts and colors), but it's something I can bring up with our product team.

We are starting to migrate away from the UIKit extension approach to rely more on the UIAppearance system. This would look like marking certain internal view classes as public (e.g. SurveyIntroductionView), being mindful of folks wanting to override (e.g. UITableView's backgroundView, which unfortunately currently gets overwritten), and adding custom properties for things like button width.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants