tagged [iphone]
Remove or uninstall library previously added : cocoapods
Remove or uninstall library previously added : cocoapods I added an external framework via cocoapods into my iOS application. How can i remove that library from the project?
iPhone = How to check iPhone Sqlite database is modified externally
iPhone = How to check iPhone Sqlite database is modified externally I am making an iPhone application, in that my all the content is stored in the sqlite database. Now there is always threat of Jailbr...
- Modified
- 7 Apr at 08:57
How is iPad/iPhone multitasking implemented?
How is iPad/iPhone multitasking implemented? How is iPad/iPhone multitasking implemented ? How is this implemented at the language level? I have read freeze dried anyone knows the details?
- Modified
- 7 Dec at 14:1
How to get width and height of iPhone/iPad using MonoTouch?
How to get width and height of iPhone/iPad using MonoTouch? I need to get the width and height of iPhone/iPad using MonoTouch. How to get programmatically?
- Modified
- 25 Mar at 07:39
iOS 6 apps - how to deal with iPhone 5 screen size?
iOS 6 apps - how to deal with iPhone 5 screen size? > [How to develop or migrate apps for iPhone 5 screen resolution?](https://stackoverflow.com/questions/12395200/how-to-develop-or-migrate-apps-for-...
Determine device (iPhone, iPod Touch) with iOS
Determine device (iPhone, iPod Touch) with iOS Is there a way to determine the device running an application. I want to distinguish between `iPhone` and `iPod Touch`, if possible.
- Modified
- 4 Jan at 10:18
Changing font size of button caption in interface builder (iPhone application)
Changing font size of button caption in interface builder (iPhone application) Could you let me know how can I change font size of button caption in interface builder (iPhone application)/ or any API?...
- Modified
- 6 May at 00:7
How to install iPhone application in iPhone Simulator
How to install iPhone application in iPhone Simulator I have a mySample.app file - an iPhone application developed by xcode. How do I run this (only mySample.app file) application using my xcode?
- Modified
- 27 Jul at 11:28
iphone push notification urbanairship
iphone push notification urbanairship i"m want to send notification from my server side (c#) via urbanairship api is there any example in c# how to do it? thanks
- Modified
- 6 Mar at 21:19
How to set UITextField height?
How to set UITextField height? I am using a `UITextField`. I want to increase its height but I have not found any property to do this. How can I achieve this?
- Modified
- 28 Feb at 01:31
Facebook Connect and iPhone Application
Facebook Connect and iPhone Application Is there a mechanism to use Facebook Connect to authenticate via a custom developed iPhone application? Would that require embedding WebKit as a browser and usi...
What size should apple-touch-icon.png be for iPad and iPhone?
What size should apple-touch-icon.png be for iPad and iPhone? Are Apple touch icons bigger than 60x60 supported, and if so, what dimensions should I use for the iPad and iPhone?
Given a view, how do I get its viewController?
Given a view, how do I get its viewController? I have a pointer to a `UIView`. How do I access its `UIViewController`? `[self superview]` is another `UIView`, but not the `UIViewController`, right?
- Modified
- 22 May at 12:25
USB Programming with Objective-C
USB Programming with Objective-C Can anyone tell me how to program USB devices with Objective-C as an iPhone application? I want to access USB device contents through iPhone
- Modified
- 5 Nov at 06:29
How do I convert NSInteger to NSString datatype?
How do I convert NSInteger to NSString datatype? How does one convert `NSInteger` to the `NSString` datatype? I tried the following, where month is an `NSInteger`:
What's a simple way to get a text input popup dialog box on an iPhone
What's a simple way to get a text input popup dialog box on an iPhone I want to get the user name. A simple text input dialog box. Any simple way to do this?
Do not fetch app.manifest each time
Do not fetch app.manifest each time For creating an offline version of a bunch of linked web pages I use an app.manifest-file that lists all the web pages for offline caching. I would like it that the...
- Modified
- 7 Apr at 10:56
How to render an interactive globe/earth for the iPhone OpenGL ES?
How to render an interactive globe/earth for the iPhone OpenGL ES? I am looking for an example that renders an interactive earth similar to the one in the [Smule](http://www.smule.com/) products.
What are the sizes used for the iOS application splash screen?
What are the sizes used for the iOS application splash screen? I am developing an application using the iOS SDK. I need to know what `Default` splash screen sizes I need.
- Modified
- 17 Sep at 04:26
UIWebView - capturing clicks
UIWebView - capturing clicks Is there a way to capture clicks on links within a UIWebView. I want to find out the address that the user has clicked, but not actually go to the page. Is this possible?
iphone,where do i declare a global method that can called in all the classes
iphone,where do i declare a global method that can called in all the classes How can i write a global method that can be called anywhere in my iPhone App Can any one Help Please....
- Modified
- 20 Nov at 04:43
How can a web application send push notifications to iOS devices?
How can a web application send push notifications to iOS devices? I'm working on a web app. How can I send push notifications to iOS users when there is new content?
- Modified
- 18 Jul at 18:1
What is the iOS 5.0 user agent string?
What is the iOS 5.0 user agent string? What is the user agent string? Here is the user agent: [What is the iPhone 4 user-agent?](https://stackoverflow.com/q/3105555/836407)
- Modified
- 23 May at 12:17
Does openGL ES have trouble displaying text?
Does openGL ES have trouble displaying text? Someone told me that openGL is for graphic only, and that it's very bad at displaying good readable text. Is that true for openGL ES on iPhone OS?