Posts by Rafael Gonçalves • 86 points
3 posts
-
1
votes1
answer375
viewsA: Best data persistence practice
This solution seems to disrespect the DRY (Don’t Repeat Yourself) because in addition to a duplication in the code the classes Personal and Person will be dependent. (Any change in one breaks the…
-
0
votes1
answer150
viewsA: Rmdateselectionviewcontroller with Uitextfield
As explained by the author of the control on github, it is not possible to present the Rmdateselectionviewcontroller of a Uitableviewcontroller, but only of Uiviewcontroller due to complications…
-
6
votes4
answers1447
viewsA: Format currency in a Uitextfield
David, there are simpler ways to solve this problem. Try changing the style of the number to Nsnumberformattercurrencystyle and putting a location as a reference for formatting. NSNumberFormatter *n…