iPhone
22. iPhone, chiamare funzioni da pulsanti di oggetti 'UIAlertView' (Objective-C).
Written by Luca Bonacorsi   
13 April 2011

22. iPhone, chiamare funzioni da pulsanti di oggetti 'UIAlertView' (Objective-C)Ciao a tutti!

Programmando applicazioni iPhone e iPad in Objective-C, una classe che si usa davvero con molta frequenza è 'UIAlertView'.
Oggetti di questo tipo sono rappresentati visivamente dai tipici 'pop-up' informativi che compaiono durante l'esecuzione di una app per comunicare all'utente messaggi di vario tipo (per esempio che è avvenuto un errore, la tipologia di errore, ecc). 

Read more...
 
21. iPhone, detail button for 'MKPinAnnotationView' objects.
Written by Luca Bonacorsi   
04 April 2011

21. iPhone, pulsante di dettaglio per oggetti 'MKPinAnnotationView'Hello!

Speaking about Objective-C programming for iPhone and iPad apps, I am quite sure that you, at some point, have needed to use some kind of interaction with pins on maps to open, for instance, detail views showing further information about the selected geographical points (galleries of images, descriptions, whatever you like).

Read more...
 
20. iPhone, manage line breaks in text from variables.
Written by Luca Bonacorsi   
06 January 2011

Suppose to get some data from external sources (XML, '.plist' files, and so on), or just to have some text managed by Objective-C variables (populated not necessarily with external data).

Moreover, suppose that some of this data has to be visualized in textual areas in the Objective-C application you have been developing.

Quite soon, you realize that one of the first thing you need to master is the 'line breaks' management.
That is, it is very important to know how to have your text in a new line when required. For instance when it comes to create a new paragraph, after the end of a sentence and so on.

Read more...
 


Page 1 of 8