What are the major differences between developing an application for iPhone and iPad?
iPhone apps need to be aware of incoming cellular calls, and that will have an impact to developers who need to program an app related to making a call.
I also know that the resolutions are different.
What other real differences does a developer nee...
recently I've been given a project which need to display a spherical panorama view. Normally on iphone i've been using panoramaGL for some time but for ipad, i dont have any luck to use it any more.
I can compile the lib with some minor warnings. but when i try to link the lib to my real project, it just keep telling me that PLTexture i...
Hello. I'm diving into iOS development and am getting familiar with navigation view controllers. I'm trying to build a simple app with a table view that allows me to add objects to it. So far, I have a table view with an add "+" button in the nav bar that allows me to load my CreateObjectView and display it modally so the user can def...
The specific thing I am looking at doing can be found on the App Store Application when you view an App. The screenshots of an app can be swiped from left to right to view. From what I can tell they have a UITableView with different cells holding the content. And for that one UITableViewCell where the images are Swiped left and right the...
Hi Guys,
Look at the iPad app from Yahoo here http://entertainment.yahoo.com/ipad The grid like contorl where the TV Listing is being shown scrolls vertically, horizontally and diagonally too. The scrolling is seamless and it's not swipes.
Similar to this, I want UITableView in my app to scroll horizontally, vertically and diagonally i...
Mine is a normal viewcontroller application. When I click a button on this mainView, it adds a 2nd view(a different xib) as a subview to the mainView. I want this 2nd view to be replaced by a splitview. So it means I should replace the 2nd view controller with a UISplitViewController, isnt it?
Can I do that? Is it possible to add a spli...
Hello, I wrote a code that utilizes the MFMAilComposibleViewController to harness in-app emails. I specified the delegate as so under, but my delegate method isn't getting called. This is the first time I'm getting this type of error; I normally develop under the iPhone but for a client I need to develop under an iPad.
MFMailComposeView...
Firstly, please go to this url: celebritywallpaperbase
picture #1 is Drew Barrymore smile
picture #2 is Debby Ryan
They are both 1920x1400 but Safari on iPad displays picture #1 with 960 x 720, whereas picture #2 is dislpayed with its actual size 1920 x 1440.
I am making a photolib project for iPad & I wish Safari always display my p...
Hello guys, I have a little problem; I have this protocol defined as so below:
@protocol someProtocol <NSObject>
- (void) changedStoryForIndexPath: (NSIndexPath *) indexPath;
@end
I have it defined in a file named "ListViewController.h", logically I have to import the header in another file like: #import "ListViewController.h" then ...
how to set the focus to a text field of an application employed in i-pad after getting sending request to the server?
is it possible by using javascript?
(this thing is working in normal browsers like safari ,firefox, I.E etc.,)
i dont know how to do this possible in i-pad?
thanks in advance!!!
...
I have a UITableView which is a subview of a UIView, then that UIView is a subview of a UIScrollView. How do I detect the touches that should scroll the UITableView?
The UITableView can get item selection events (a cell in the table is selected/tapped) just fine, except that you have to hold down on the cell before it fires. But I can't...
I am building a universal app that uses a UISplitViewController for the iPad, and should work on any 3.0 device such as a 1st gen iPhone/iPod touch too. The trouble is that despite the fact that I am not actually creating any instances of UISplitViewController while the app is running on an iPhone, I still get the dreaded
dyld: Symbol ...
I need peer-to-peer replication for an iPad application (MonoTouch or SDK).
The best thing would of course be suggestions....
But also hints about where to look.
Normally this would be a feature of the database, but perhaps with the IOS model (multi-processing etc) it would have to be a library for my application?
Would it be much the...
I need to make a large spinner (with grey style, about 80x80px) but it looks low quality.
Is there a way to make it high quality or to replace the animated image?
...
Hello. I'm diving into iOS development and am building my own alarm app to become familiar with the SDK. My questions are...
I've played around with UITableViews a bit, but I don't understand how I would implement the table at the top half of this form. If I had to guess, I would say it's a single UITableView, defined with one sec...
Do you know if is possibile to get the uuid, the result of [[UIDevice currentDevice] uniqueIdentifier], using a web app ?
I need to access from iphone/ipad a web page using safari (and not UIwebview under application control) and I should identify the device using its UUID.
For example I would like to send an email Message to a user con...
Go to YouTube.com in Safari on an iPad and watch any video on full screen. At the end of the video the full screen will close out and bring you back to the web page. How the heck do they pull this off?
...
If I have 300 640 x 960 images (for iPhone 4) and 300 1024 x 768 images for iPad, and I want to make a universal app, does the installed app on the iPhone include all the iPad specific images and vice-versa?
Seems like on many apps it would greatly increase the installed application size on different devices.
...
How does the activity indicator view work?
Can you just drag and drop this on a screen?
...
A good example of the behavior I'm trying to illustrate is when you click on the "Edit" button in the iOS Clock app, the on/off switch transforms into a chevron.
I have a UITableView that contains a cell with a switch control on it. When the user click the "Edit" button in the nav bar, I'd like the switch to go away and get replaced ...