Posts by jturolla • 207 points
3 posts
-
1
votes1
answer415
viewsA: Installation template wrapbootstrap
Talles, it would be interesting if you check if in the compiled css the path to the fonts is working properly. I implemented a wrapbootstrap theme these days and used the following snippet to get…
-
4
votes1
answer218
viewsA: How to add button on numeric Keyboard in iOS
You can use the following library: https://github.com/broderboy/iphone-DoneCancelNumberPadToolbar The idea is to create a Toolbar at the top of the number pad with the "OK" or "Cancel". You can also…
-
2
votes2
answers287
viewsA: How to use the Afnetworking 2.0 library synchronously?
This is not the right way to proceed. As you are dealing with an HTTP call, you cannot assume that the application will wait for its termination. Implementations in this way would block the user…