Bitcode Support
Change Log: v2.9 - 02/17/2022
-
DocuSign Native iOS SDK supports Bitcode.
-
Removed the
DSMAppearance
method to set navigation bar tint color separately+ (void)setNavigationBarTintColor:(UIColor *)color;
. -
Added
backgroundTintColor
andfontSize
as additional parameters to set navigation bar text attributes withDSMAppearance
. The updated method is+ (void)setNavigationBarTitleTextColor:(UIColor *)textColor backgroundTintColor:(UIColor *)backgroundTintColor fontSize:(CGFloat)fontSize;
.