Posts by Alexandre • 17 points
3 posts
-
1
votes1
answer65
viewsQ: Hide Tabbar and Show Uitoolbar
In my project I have a Tableview within navigation controller (Tabbar > Navigation Controller > Tableview Controller) When I press the Edit Tabbar button is being hidden and showing the…
-
0
votes1
answer41
viewsQ: Create a structure from an xml
I am using the Swxmlhash Framework to read XML and need to create somehow the following structure from XML Structure to be created: Catalogo Book1 Autor = Gambardella Genre = Computer Book1 Book2…
-
0
votes1
answer46
viewsQ: Basic authentication using Afnetworking
How can I do a basic HTTP authentication using Afnetworking in Objective - C ?