Skip to content

Bitcode Support

Compare
Choose a tag to compare
@ashokds ashokds released this 18 Feb 00:23

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 and fontSize as additional parameters to set navigation bar text attributes with DSMAppearance. The updated method is + (void)setNavigationBarTitleTextColor:(UIColor *)textColor backgroundTintColor:(UIColor *)backgroundTintColor fontSize:(CGFloat)fontSize;.