I am writing an application using Objective-C for iPhone.
In this application, when entering a new entry, the user must be able to search (for example, status, gender, type of telephone, etc.). In C #, I usually use a combo dropdown or something like that to accomplish this task. What is equivalent in Objective-C? Can someone show me an example application?
source
share