Hi, In my TabBar based iPhone application, i would like to display a full screen welcome page (with some logs) before the actual application loads, How can i load a UIView from xib file as the welcome screen and then from there i can load my TabBar based application.
Thanks in advance,
...
Another noob question, but while looking at some code examples, I see stuff like
UIViewController *controller = [[UIViewController alloc] init...
Making an instance of the class UIViewController which I understand. But then you have these instance variables of your own class. Like let's say I was building a simple counter program ca...
my code inside of the applicationDidFinishLaunching method is
self.view = UIScrollView
Why is this not working?
...
I have a tabBar application that has ResultsNavController as 1 of my tabBar's Nav Controller, the View Controller is ResultsViewController and my tableViewPtr is connected to the tableView in IB which is under Main window.xib ResultsNavController/ResultsViewController/View/tableView.
After going to another tab to write to PureFun.plist,...
Okay I just typed this whole question out and then managed to delete it. Sigh. Anyway, standard disclosure that I have searched everywhere and banged my head on the keyboard and can't figure this out.
I'm building a basic app based on the utility application template (with a MainViewController and FlipsideViewController). Side note: I s...
Hey there,
Is there a way to load a view modally without seeing it? I need to access methods on the modal view controller which in turn set properties of UI components in a XIB. I want to set those properties, but I don't want to see the view right away. I want to reveal it when the user rotates the phone.
Everything is working, exc...
1) Is it possible to change the speed of autorotation on the iPhone?
2) Is it possible to time an animation to take place during the autorotation animation? I would like to resize a photo while rotation is occuring, rather than when it's done.
...
HI all,
Is there any way by which we can edit a html file that is in our resource directory and we want to edit some tags in that html first and want to show that html in web view.
Is it possible ??
Thanks ...
...
I would like to gather usage statistics for my iPhone app using Google Analytics so I'm trying to configure it using the following tutorial: http://code.google.com/intl/fr-FR/apis/analytics/docs/tracking/mobileAppsTracking.html
I think I did everything they indicate in the documentation, and I get no error on the iPhone side, but I don'...
Hello,
I would like be able to create a movable magnifier (like the one you have when you copy and paste) in a custom view, for zooming a part of my view.
I have no idea on how to start, do you have any idea?
Thanks in advance for your help :)
...
I'm looking for references on how to reproduce the iPhone Contacts App.
Ideally it would be in one resource: book, video, tutorial, etc.
But I realize that me be too much to ask for.
...
I've posted a couple of questions before, trying to work out why I'm getting a EXC_BAD_ACCESS, and I've done a bit of debugging
See here:
http://stackoverflow.com/questions/2024266/help-debugging-iphone-app-excbadaccess/2024391#2024391
and:
http://stackoverflow.com/questions/2024654/overreleasing-here
So, I think I've discovered what...
I would like to be able to have a UINavigationBar with a left-hand UIBarButtonItem, two right-hand UIBarButtonItems, and a title.
I have resorted to using a UIToolBar to simulate this, but the toolbar looks slightly different than the UINavigationBar, and it also won't bevel UIBarButtonSystemItems.
Is there a way to make a UINavigation...
Hi all,
I've been researching this for a few days now, and would appreciate a little help. Is there any way to generate a multi-line UITextField like Apple use in the SMS application? The useful thing about this control is that it has the 'sunk' appearance that makes it clear that it is a text entry box, but at the same time, it expands...
I'm localizing my iPhone app for multiple languages, and in addition to changing some of the strings I need to change some backgrounds. Is it possible to query the iPhone and get the user's language code?
Thanks!
...
Is there a way to confirm (programmatically) that the application was purchased from AppStore?
Or, maybe, there is a way to get a list of devices IDs from AppStore that purchased my app?
The reason is the willing to determine if the application was legally purchased or not...
I know that there is a way to know that the in-app purchase ...
Hi guys I have a table view but I don't want it to fill al the screen let's say I want it to be 320x420.
Well I want to put under the table view an image like a bar an image that would be 320x60.
The first time I tried this the image went down to the section footer of the table view and I wasn't able to see it until I get to the bottom o...
I want to have an If statement that allows me to tell whether I have an NSUserDefaults saved or not.
...
I'd like to create an animation that starts with the appearance of a small circle then progresses like this:
2nd larger circle appears
3rd larger circle appears
1st smallest circle disappears
4 larger circle appears
2nd circle disappears
and on to probably six or so circles.
Circles will fades in/out. Each larger circle encloses th...
I've developed an iPhone app but found out that I can't userhe ne I've been working with for my project. Is it possible to rename my app in XCode or so I have to go through a bunch of te source files and do it manually?
...