Joseph Ridenour
Results
2
issues of
Joseph Ridenour
Previously QBValidator was using `NSLocalizedStringFromTable` to do localizations. Which works in the case that you're not using QBValidator as a .framework. The solution is to first try to `NSLocalizedStringFromTableInBundle` using...
Previously the minValue and maxValue properties on QBValidationRangeRule were set to assign. Which meant that whoever created this rule was in charge of keeping reference to these objects until the...