apptentive / apptentive-ios

Apptentive Legacy SDK for iOS. See https://github.com/apptentive/apptentive-kit-ios for Version 6.
http://www.apptentive.com/
BSD 3-Clause "New" or "Revised" License
147 stars 103 forks source link

Background colour of textfield in survey screen is not updating for option 'other'. #263

Closed HithakshiKulal closed 4 years ago

HithakshiKulal commented 4 years ago
  1. Present survey with choices along with other option. (Dashboard)
  2. Customise UI to have dark backgound. Set textfield background to dark as well. (app-end)
    guard let style = Apptentive.sharedConnection().styleSheet as? ApptentiveStyleSheet else {
                return
        }
        style.setColor(
            .black,
            forStyle: ApptentiveStyleIdentifier.textInputBackground.rawValue
        )

Output: Background color isn't changing.

Observation: textField in OtherCell (ApptentiveSurveyViewController) is never customised to change background color.

CaseyApptentive commented 4 years ago

Hi @HithakshiKulal ! Thanks for reaching out. Can you email us at support@apptentive.com with details on which app you're working on and if this is blocking you from release? That way, I can coordinate with your Customer Success Manager and prioritize the solution.

HithakshiKulal commented 4 years ago

@CaseyApptentive I found this bug when customising the UI (was exploring the SDK). This is not in our requirement as of now. so no worries!

frankus commented 4 years ago

This has been fixed as part of the 5.2.12 release.