Posts by Vitor Mendes • 5 points
6 posts
-
0
votes1
answer40
viewsA: Nslocalizedstring does not recognize Localizable strings.strings
I was able to solve the problem definitively, what was happening and that in the framework I was using it used localizable, and used the default file Localizable.strings, in my project the string…
-
0
votes1
answer40
viewsQ: Nslocalizedstring does not recognize Localizable strings.strings
Next I’m trying to use Swift’s string localization system, but apparently it doesn’t recognize the strings, for example instead of appearing the string Start appears txtinicio, I’m trying to access…
-
0
votes2
answers75
viewsA: How to create a variable that only increases equal to an ID in Swift 4?
Wow young you who save that value, and after the app closes keep him and that ? if it’s just increment and that’s it Declare var id = 0 Increase id = id + 1 If you want to save search by…
swiftanswered Vitor Mendes 5 -
0
votes1
answer88
viewsQ: Uiscrollview rolling when displays keyboard - Swift
Hello I am using a Uiview with a Uiscrollview to assemble a layout, but every time the keyboard is shown the scrollview and scrolled down, I have tried some solutions, found here and in other forums…
-
0
votes1
answer41
viewsQ: Uitableview vs Uiscrollview which is the best option - Swift
Hello, I have the following doubt, has any problem (and a good practice) I use a Uitableview to create the layout of my apps or would it be more recommended I use a Uiview with a Uiscrollview,…
-
0
votes1
answer70
viewsQ: Uitableviewcontroller cells are blank/missing when scrolling the Tableview
I’m having a problem with my tableviewcontroller, as I update some data on a textfield or roll down it goes disappearing with some cells, if I roll up and down hiding the missing cell it comes back…