Posts by Piero Mattos • 36 points
3 posts
-
1
votes1
answer127
viewsA: Formatting values with Numberformatter() Swift
The class NumberFormatter has a property locale, that can be assigned to customize the Locale used as a basis in number formatting. According to your documentation, Locale is a class that has…
swiftanswered Piero Mattos 36 -
0
votes1
answer50
viewsA: Swift - Pod Install Framework
Daniel, if the framework mentioned was developed by your client, you need to update it to work with the new endpoints. If the project in which the framework is being used has no dependency manager…
-
1
votes2
answers39
viewsA: Remove all subviews from a Stack View
Ricardo, you can also use the syntax shorthand then to accomplish the same: viewPossibleAnswer.subviews.forEach({ $0.removeFromSuperview() }) In the example, I suggested using the method forEach,…
swiftanswered Piero Mattos 36