Apptentive Message cell color change
问题 Hi I tried to customize apptentive ApptentiveMessageCenterReplyCell , ApptentiveMessageCenterContextMessageCell , ApptentiveMessageCenterMessageCell color since it is being used as cell in Storyboard. On color change i want to update its background color for that i could not access it from styleSheet using SDK. iOS SDK version: apptentive-ios 4.0.7 //Example code ApptentiveStyleSheet *style = [[Apptentive sharedConnection]styleSheet]; style.backgroundColor = self.isLightTheme ? [UIColor