Posts by Luciano Lima • 55 points
3 posts
-
1
votes0
answers57
viewsQ: How to update a framework on iOS
I’m changing an app. This app uses a framework called Ushahidi which is compatible only with iOS7. I detected a change to that one thing in the framework function in the iOS8. My doubt is how I can…
-
4
votes2
answers257
viewsQ: Parameter check on MVC
In the MVC Standard, the Model is responsible for the business layer, in it will be the business rules and validations. I have a question about the following. A method in the controller that takes…
-
0
votes1
answer281
viewsQ: How to cache an image from the application and display it later?
I was assigned to before starting the app to display promotional images. Images are obtained through JSON, which also has a display time setting. I am using the following code to store the image…