Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

16
votes
3answers
4k views

Adding view on StatusBar in iPhone

Is it possible to add a UIView on the staus bar of size (320 x 20) ? I dont't want to hide the status bar , i only want to add it on top of the status bar. Thanks
15
votes
1answer
178 views

difference between appdelegate and delegate in viewcontroller

I want to integrate one sample code with (for example SampleCode project) my iPhone application .In the sample code in firstViewController is added in MainWindow.xib and linked to viewController ...
9
votes
2answers
6k views

Getting a reference to the UIApplication delegate

I'm writing my first iPhone application and I'm having trouble switching views. I have 2 views and a reference to each in the AppDelegate (an instance of UIApplicationDelegate). I create instances ...
6
votes
1answer
2k views

Xcode 4.2 Template Changes - UIApplication & MainWindow.xib

Background: Up until Xcode 4.2, new projects created using any of the templates would contain a MainWindow.xib and therefore pass nil as the fourth argument of UIApplicationMain(). Starting in Xcode ...
6
votes
4answers
5k views

AppDelegate, RootViewController, and UIApplication

I am trying to figure out the relationship between the appdelegate, RootViewControoler, and UIApplication. Here is what I kinda have figured out so far: When starting your application up, main.m ...
6
votes
4answers
2k views

How can I remove UIApplicationMain from an iPhone application?

I'm trying to port a game library over to the iPhone. Unlike SDL, this library doesn't take full control of your main() function, it's communicated with via quickly-returning functions from your own ...
3
votes
1answer
105 views

How to subclass UIApplication in Monotouch?

In order to be able to override UIApplication.SendEvent() I want to subclass UIApplication: public class UIApplicationMain : UIApplication { public UIApplicationMain () : base() { } ...
3
votes
1answer
1k views

keyWindow] is nil?

I want to convert a CGPoint from my UIView to UIWindow coordinates and have realized that UIApplication keyWindow is always nil, how come is this? I have tried the convertPoint:toView: method form ...
3
votes
2answers
146 views

UIView not handling touches

I have set my status bar hidden in my Application. [application setStatusBarHidden:YES]; I have added an UIView on the window as a subview at 0,0,320,40. But I am not able to get touches on my View ...
3
votes
2answers
2k views

UIApplication openUrl not working with formatted NSString

I have the following code to open google maps: NSString *urlString = [NSString stringWithFormat:@"http://maps.google.com/maps?q=%@, Anchorage, AK",addressString]; [[UIApplication sharedApplication] ...
3
votes
2answers
1k views

Call using Skype.app via openURL:

Does anybody know if it is possible open Skype.app to call phone via - (BOOL)openURL:(NSURL *)url UIApplication message? If it possible, what url a need pass to this message? Thanks
2
votes
1answer
37 views

How Can I use blackberry browser in my view hiearchy?

I need to show some links in my application's views. But I can't find anything about it. is it possible?? I want to place browsercontent(field) where gray area for os <5.00 ?
2
votes
2answers
59 views

How to get the name of the running application in iOS

If the application name under the icon on the home screen is "My Awesome App" how do you get that string within the application at runtime?
2
votes
2answers
406 views

How to hookup a MainWindow.xib to an empty project

Beginning with XCode 4.2, when you create an empty project using XCode 4.2, a MainWindow.xib is no longer created and hooked up for you. I've found an article that describes how to do this and I've ...
2
votes
1answer
578 views

UIApplication openURL: check for an app before opening?

Has something changed recently in iOS? I've been able to call the following in the past: BOOL twitter = [[UIApplication sharedApplication] openURL:[NSURL ...
2
votes
2answers
3k views

How to get the actual [UIScreen mainScreen] frame size?

I'm a bit annoyed. I have an app with the statusbar visible in the main window. Since I would like to setup my views and their frame sizes dynamically (perhaps the status bar takes up 40 pixels during ...
2
votes
1answer
211 views

iphone - open URL with japanese characters

In my application, the requirement is to use UIApplication's openURL method to start browser with following URL: http://192.168.100.80/1003/images/test/いうydさdfghjk-320x160.png Above string is stored ...
2
votes
3answers
565 views

Is it possible to subclass UiApplicationDelegate protocol?

To be honest I don't know how to call it, so I'll try to describe it. UIApplicationDelegate protocol has "application:handleOpenURL:" method. And if I implement this method in my ApplicationDelegate ...
2
votes
4answers
2k views

Restarting iPhone application after [UIApplication sharedApplication] openURL

As title says I'd like to know how to restart my iPhone app after doing this: [[UIApplication sharedApplication] openURL:[NSURL UrlWithString:@"tel://0123456789"]] It seems pretty simple as I saw ...
2
votes
2answers
449 views

NSTimer doesn't work without UIApplication?

I have a custom iPhone application which doesn't rely on UIKit in any way (it is not linked to UIKit). This means that I'm not using UIApplication and therefore not calling UIApplicationMain. The ...
2
votes
2answers
1k views

how to detect idle user in iphone-sdk

In my Application I want to call Logout Function if user is idle for certain amount of time how to accomplish this answer doesn't work for me ...
2
votes
1answer
5k views

Proper use of UIApplicationMain

I have decided to load my views programmatically, so putting: int ret = UIApplicationMain(argc, argv, nil, nil); Would not work. I do have a ViewController and an AppDelegate, though. What would be ...
1
vote
1answer
93 views

when setting setStatusBarHidden: in iOS v5 app. A blank space remains. Is this the right way to fix it?

I wanted to toggle the statusBar in my iOS v5 universal app. But found as it seems others have that UIViews (in my case subViews added to the main view) only reclaim the 20px left by the hidden ...
1
vote
1answer
42 views

With iOS 5 SDK how can I use the Custom UIApplication in my iOS App?

I wanted to customize UIApplication. So I have a subclassed UIApplication. My Application do not have a MainWindow.nib file. So how can I assign my Custom UIApplication to play the role of ...
1
vote
2answers
137 views

When should I release [[UIApplication sharedApplication] delegate] object?

I'm using the following code many times in my app (especially to manage a NavigationController): MyAppDelegate *appDelegate = [[UIApplication sharedApplication] delegate]; When should I release it ...
1
vote
1answer
177 views

Cannot access appdelegate instance variable from related View Controller

My app name is PropertiesSearch so the project contains the following files: PropertiesSearchAppDelegate.h PropertiesSearchAppDelegate.m PropertiesSearchViewController.h ...
1
vote
1answer
150 views

Monotouch - CancelLocalNotification

Anyone used this to cancel a previously scheduled Local Notification? I see it in the documentation but can't get it wired up in code. UIApplication.SharedApplication.ScheduledLocalNotifications ...
1
vote
0answers
330 views

Calling google maps with multiple destinations from iOS app

I have not had success launching the Google maps application with multiple destinations and I have not found anything specifying if it is possible or not. while this code works great for one ...
1
vote
1answer
183 views

a question about the sendEvent method of UIApplication

I override the - (void)sendEvent:(UIEvent *)event method of UIApplication to handle some touch event. .h @interface myUIApplication : UIApplication { } .m @implementation myUIApplication - ...
1
vote
1answer
279 views

Sending email with html tag via [UIApplication sharedApplication] on iPhone

I am trying to send an email with an embed code (html snippet) but the email body is empty. NSURL *url = [NSURL URLWithString: me.emailUrl]; [[UIApplication sharedApplication] ...
1
vote
1answer
129 views

Hide UiApplication Icon on a BlackBerry?

I am creating a tracking application. Once configured, the application should always run in the background, without the knowledge of user. There is option to hide the application icon manually by ...
1
vote
2answers
518 views

How to know if current device can have background mode

I am doing some tasks after having entered in background mode. I want to do these tasks only if I am in background mode so I did : if ([[UIApplication sharedApplication] applicationState] == ...
1
vote
1answer
576 views

UILocalNotification show view after notification happens?

I am using UILocalNotification. When the notification shows, and the user clicks my alertAction, how can I direct them to a specific view when my app loads? (Similar to how the calendar app shows you ...
1
vote
1answer
112 views

Can I get iPhone or iPad Usage Stats from UIApplication?

Is it possible to access iPhone or iPad stats on App Usage through UIApplication or something. Trying to figure out on some iPad's we have which apps are most viewed and overall how long they are ...
1
vote
3answers
171 views

How do you deal with singleton objects in your app?

The first approach that comes to my mind is to put the singleton object in the appDelegate object as property. In this way you can access it from anywhere using #import "myAppDelegate.h" // ... ...
1
vote
4answers
4k views

how to get my UIWindow using UIApplication?

I have only one window and I tried UIWindow* mWindow = [[UIApplication sharedApplication] keyWindow]; but this returned nil. I also tried: UIWindow* mWindow = (UIWindow*)[[UIApplication ...
1
vote
2answers
155 views

objective C Basic question

i made a simple application using view based template.and i put only nslog inside view didload method in viewController file and also inside applicationDidFinishLaunch method (in appDelegate )to ...
1
vote
2answers
682 views

System ignore iPhone rotation

Is there a function like beginIgnoringInteractionEvents in UIApplication that ignores rotation instead of touches? I need my app NOT to rotate just in an MPMovePlayerViewController that I present. ...
1
vote
0answers
319 views

applicationIconBadgeNumber - How to display with empty value?

How to I make a red number indicators without any number inside it ? Or anyone have any ideas that help user know if the App is running on background or not ? Thanks for helping me Tung Do
1
vote
1answer
234 views

iPhone SDK - On Device Locked or On Device Unlocked and application shown

I need to find a way to detect when a device has been locked, or else a way to detect when the device has been unlocked, and sent straight to the app where it left off. Is there some method like: ...
1
vote
2answers
267 views

How can I launch app store from my application

Im trying to implement button which opens app store application from my app. I use this simple line of code, which opens safari but not app store application. [[UIApplication sharedApplication] ...
1
vote
4answers
3k views

doesn't return windows

I need to add a view to window on iPhone, so i tried to do this: [[UIApplication sharedApplication] windows], but it seams that the array contains only one window. Can anyone tell me what i'm not ...
0
votes
2answers
40 views

How to use UIApplication handleOpenURL Notifications

I am trying to handle UIApplication Notifications to get URL Schemes in current open view. I have tried several notifications but i don't know which object contains the URL Schemes. ...
0
votes
2answers
25 views

How to set up an iOS app by programmatically creating window and views?

I'd like to do away with XIB (Nib) files in my project, because that's just how I roll. However I'm finding that my AppDelegate class's method didFinishLaunchingWithOptions is never even called. I ...
0
votes
1answer
58 views

MonoTouch Notify once a web link has been loaded by UIApplication.SharedApplication.OpenUrl

I've had a look around to try and work out how I can receive a notification for when a URL has been loaded by the shared application, and it appears I need to create a delegate which inherits from ...
0
votes
2answers
32 views

Get Safari's last redirected URL to my main UIviewcontroller

In my app, i call safari to open (uiapplication delegate), safari comes into foreground and there are some url redirections. At last, there's a url that i want to save in my main application. How ...
0
votes
0answers
109 views

[[UIApplication sharedApplication]openURL] can not launch Safari

This problem keep bugging me. I'm trying to open a simple url http://www.google.com/ with openURL, but the Safari's not showing up. Here's my code : NSURL *url =[NSURL ...
0
votes
0answers
23 views

UIApplication removeStatusBarImageNamed doesn't work

i'm working on a jailbroken iphone with iOS 5.0.1, just want to access status bar image, and my code is as follows: -(void)addStatusBarImage { NSLog(@"addStatusBarImage"); [[UIApplication ...
0
votes
1answer
96 views

Finding the rootViewController in iOS

In ShareKit, the code needs to determine where the rootViewController is so it can show a modal view. For some reason, the code is failing in iOS 5: // Try to find the root view controller ...
0
votes
1answer
40 views

How implement scheduling event with post a message on fb

I am creating an application in which i have add a facility for post message on ur account. Now this facility i am adding an event for scheduling. With help of that user can write a message and post ...

1 2 3