Skip to main content

Appearance

You can always change colors of the Report Controller and Feedback Controller UI.

// For example
[[Bugsee appearance] setReportBackgroundColor:[UIColor darkGrayColor]];
[[Bugsee appearance] setFeedbackBarsColor:[UIColor magentaColor]];

//... Other colors you can find at BugseeTheme class header
PropertyDescription
reportCellBackgroundColorUITableView cells background color
reportVersionColorUILabel with version number text color
reportTextColorUILabels text color
reportSendButtonColorSend UIButton text color
reportPlaceholderColorUIInputFields placeholder color
reportNavigationBarColorUINavigation bar background color
reportBackgroundColorBackground color of Report Controller
reportCloseButtonColorClose UIButton cross color
feedbackBarsColorNavigation bar and bottom bar colors
feedbackBackgroundColorBackground color of feedback controller
feedbackIncomingBubbleColorIncoming message bubble background color
feedbackOutgoingBubbleColorOutgoing message bubble background color
feedbackIncomingTextColorIncoming message text color
feedbackOutgoingTextColorOutgoing message text color
feedbackTitleTextColorUINavigationBar title color
feedbackEmailSkipColorAsk for email popup skip button text color
feedbackEmailBackgroundColorAsk for email popup background color
feedbackEmailContinueNotActiveColorAsk for email continue not active button background color
feedbackEmailContinueActiveColorAsk for email continue button background color
feedbackInputTextColorInput message text color
feedbackInputBackgroundColorBackground color for message input
feedbackCloseButtonColorClose UIButton cross color
feedbackNavigationBarColorUINavigationBar color
reportSummaryPlaceholderPlaceholder which is displayed in Summary field in built-in bug reporting UI
reportDescriptionPlaceholderPlaceholder which is displayed in Description field in built-in bug reporting UI
reportEmailPlaceholderPlaceholder which is displayed in Email field in built-in bug reporting UI
reportLabelsPlaceholderPlaceholder which is displayed in Labels field in built-in bug reporting UI