Richard R2 Fung

Results 2 issues of Richard R2 Fung

iOS 7 introduces new images for back button indicator images. These should be supported by NUI. ``` @property(nonatomic,retain) UIImage *backIndicatorImage; @property(nonatomic,retain) UIImage *backIndicatorTransitionMaskImage; ```

t1:enhancement

Setting the text color on links in 3.4.3 works as expected, so this must be a new bug. Here's the code I am using. ``` NSMutableAttributedString* addressStr = /*...*/; NSRange...