Posts by Daniel Beltrami • 156 points
4 posts
-
0
votes2
answers804
viewsA: Brazilian telephone mask
For development Swift the best thing to do to save time and lines of code is to use Frameworks, something extremely abundant in iOS. In this case I suggest using the Tlcustommask, easy to implement…
-
0
votes3
answers964
viewsA: How to change the title of the "back" button of the navigation bar
Why do it in all Views if you can do it once? For this just change in the project settings: In your project, open the "Supporting files" folder; Edit the file "info.plist"; Expand the…
-
1
votes2
answers2682
viewsA: How to set up XAMPP for Sql Server 2014
Careful not to download the wrong drivers, I spent a lot doing everything right, various tutorials and nothing worked, until I formatted the pc. After long 4 days trying, finally discovered the…
-
3
votes2
answers970
viewsA: How to connect Virtual Android with Postgresql on Local Machine?
I suffered a lot with this error but I was able to solve, it was very simple, Androidmanifest.xml Internet access was missing. Just add the following line to Androidmanifest: <uses-permission…