You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If user will pass invalid font – this method will return empty dictionary. But if font is invalid, we don't need font dictionary at all.
Here are some utils method from UIView (CLUViewRecordableAdditions) which I think needs to be fixed (return nil if input argument is invalid)
Description
We need to fail some utils method in
UIView (CLUViewRecordableAdditions)
if input arguments are invalid.For example:
If user will pass invalid font – this method will return empty dictionary. But if font is invalid, we don't need font dictionary at all.
Here are some utils method from
UIView (CLUViewRecordableAdditions)
which I think needs to be fixed (return nil if input argument is invalid)-clue_fontPropertyDictionaryForFont:
-clue_attributedTextPropertyDictionaryForAttributedString:
-clue_colorPropertyDictionaryForColor:
Problem
We don't need empty dictionary if input argument is invalid.
Reference
CLUViewRecordableAdditions
The text was updated successfully, but these errors were encountered: