Posts by Filipe Amaral Neis • 61 points
10 posts
-
0
votes2
answers345
viewsQ: Edittext vehicle mask
I would like to know how to create a mask in an Edittext in ABC-1234 format. I’m trying something as an example below, but still unsuccessful. public abstract class PlacaVeiculoMask { public static…
-
0
votes0
answers1456
viewsQ: Update APK Google Play - APK not upgradable
I am trying to update an App and am not getting it. The following error message is shown: None of the users who have this APK installed will be able to do upgrade to one of the Apks added in this…
-
0
votes1
answer1138
viewsQ: Converting String to date Swfit 3
Hello, I’m trying to convert a String in Date in Swift 3. However the date is always returning me with two hours more. Below is my code. let dateFormatter = DateFormatter() dateFormatter.dateFormat…
-
0
votes1
answer85
viewsQ: Accessing another APP within mine with Oauth 2.0
How to use Oauth 2.0 to change Apps. I have some Apps and I want that within it we can access other Apps (from the same provider), without having to login again.
-
1
votes1
answer151
viewsQ: Upload photos IOS Swift
I have an application where I need to upload some photos to a server, when I upload a single photo works all right, now if it is two or more photos takes expressive time to complete the operation. I…
-
1
votes1
answer76
viewsQ: Textview with dynamic height
I wonder how I do to leave mine UITextView with the dynamic height, something like the Whatsapp. I need as the text is typed the same increase alone. Thanks in advance for your attention.…
-
0
votes2
answers208
viewsQ: Label Position - Swift IOS
Good evening folks. How do I leave the label that is informing the current weight positioned below the progress bar cursor ? To make this progress bar I am using Gradientslider…
-
0
votes1
answer186
viewsQ: Invoke touchInside method via SWIFT programming
Good evening guys, my doubt can be simple for many more I’m having a little trouble to solve the same. Come on !!! I created a button (Uibutton) and would like to know how I invoke an action when it…
-
1
votes1
answer166
viewsQ: Textview IOS Swift - Balloon-shaped design
Hello guys, I would like to know how I do a textView of this in Ios with Swift ? Thanks in advance for your attention.…
-
1
votes1
answer245
viewsQ: How to show Facebook friends list on Ios with Swift
I would like to know how I show a list with my facebook friends using the facebook SDK for IOS and with Swift. I’ve already done the installation and I’m already logging in on facebook. I’m just not…