I am trying to implement a tab bar application, one of the tabs provides a search bar.
When I click the search button after entering some data in the search field, I should Get a tableview that di
Tag: iPhone
Ipad in horizontal mode and iPhone in longitudinal mode
I need to set the portrait mode when my application is running on the iPhone, and I need to set it to the landscape mode when running on the iPad.
I have changes in info.plist but I can’t set it u
iPhone – Add multiple buttons to the view to the view, call the same method, determine which button it is
I want to programmatically add multiple UIButtons to the view-unknown number of buttons at compile time.
I can make one or more like this UIButton (in a loop, but shortened for simplicity):
iPhone – Best Practice for Management Related iOS Application Series
I am currently adapting an existing iOS application to a series of very similar applications (each application instance may be mapped to a different country/region).
I plan to set different b
iPhone supported audio file format
What audio file formats are supported in iPhone?
If I want to play 2 hours of audio files, what is the best audio file format in my application?
Thank you
Audio playback and recor
iPhone – Test Memory Management in Objective-C (iOS)
I am a little new to Objective-C, although I think I have a good grasp of memory management, but I want to familiarize myself with the best way to test it (if possible). < p>
I know two optio
iPhone – different nibs of different equipment
So I am writing an application, and I want it to be universal. When I create the project, I created a universal application. I have written all the iPhone code, and There are 10 classes. Now I want
iPhone – Add last cell to UITableView
I have a UITableView whose data source is NSMutableArray. The array consists of a set of objects. All cells are displayed in the correct order.
Now I want to know how to show that the last ce
Make an iPhone dedicated application on the iPad to meet the requirements of Apple
My app has been in the AppStore for a few months, and always only works on the iPhone. I recently submitted a rejected update because the app is not available on the iPad The exact reason for rejec
iPhone – UITableView supports the language from right to left
How to change the layout of the table view from right to left (including transition to detailed view: the transition must also be from right to left)?
In advance. For view transitions, you can