iphone

How to avoid video compression after click on choose

I got problem when i select the video in iphone it start compressing when i click on one button is show imagepicker view that show only video when i click on any video it navigate to next screen where i click chose button then it start compressing it can any one help me to avoid this thing ... ...

Augmented Reality

Is there any augmented reality framework or library (except the arkit)? ...

how to add and get the values from .plist in iphone sdk

Hi all, I am implementing a application based on web services. In that I need to add a string as property in .plist and I need to get the value from the .plist whenever I need in the code. Can you guys please help me on this?. It is a very urgent requirement for me. Thanks in advance, Sekhar Bethalam. ...

Using DB or XML Parsing for an iPhone App?

For a products catalogue app on iphone which approach is more efficient? Using sqllite db or directly parsing online from xml without db? ...

Can I play a movie with a transparent background on the iPhone?

I'd like to supply my own background to a movie playing on the iPhone, for example a single-color background, a picture, the images from the camera. Is it possible to play a movie with a transparent background on the iPhone, and if yes, how? ...

Accessing Image Path

I want to get the Path a image of the photo albums from the iPhone device. and also i need the extension of that image with their name. ...

How Can I implement navigation Controller in iPad??

Hi, I want to implement the navigation controller in iPad, I know that it is not possible in xcode to do the navigation controller in iPad, there is a thing in which I can enter the view controller and with the help of this we can do the coding of navigation controller.. If you have any tutorial regarding this then plz send it to me.. ...

How can i associate an IBAction event with an image?

I have a application which contains a moving image and i want to animate the image using a my custom animation. How can i associate an IBAction event with the image? How can i detect the coordinates on screen where the user touched the image? Please Give Your Suggestions. Thanks in advance and Your Suggestions are Most Welcome. ...

Emoji like Application.

Hi All, I want to create Custom Keyboard application like Emoji app. I know how to enable emoji in the iphone but my question is from were the icons are coming and how i can add my own icons to emoji keyboard or i have to make my own keyboard separate. This all should work with all app like email, notes etc... Please advice some solut...

How to change how table sections display themselves?

I want to display the sections in a UITableView different from the built-in behaviour, with images as the section header and footer. What is the best way of achieving this? ...

UITabbarControl with a login screen

hi, any-body tried a scenario like, a login screen to show for the first time and after validation of username the application starts with uitabbar controller. i tried with the application with uitabbar only. with the login screen put as first-view in tabbar controller, with "TabBarController.tabBar.hidden=TRUE;" but the view is getti...

how handle error in NSPredicate

when i try to match regular expression for Data . sometime application crashes with error here is error description 'Can't do regex matching, reason: Can't open pattern U_REGEX_INVALID_RANGE (string Ertyu, pattern [a-Z], case 0, canon 0)' here is my code - (BOOL)isValidateString:(NSString *)inString ForRE:(NSString *)inRE { BOOL is...

Optimizing binary app size on iPhone / iPod touch

I know that a user can only download up to 20MB over 3G, and my build/Release-iphoneos is showing my app at 26MB. I'm linking against the three20 iPhone framework. Is this the final size that will count against the 20MB max when submitted to the App Store? Is there anything I can do squeeze this even lower? (I'm using a bunch of PNG'...

IPhone Leaking Memory in tight loop

Hi all, I'm having a problem with my memory footage, it keeps on increasing even though I have properly released the objects in tight loop. The app will crash with "out of memory error" after some time... I've drilled down the problem to this: /******************** Begin SimpleObject ***********/ //@interface SimpleObject : NSObject { ...

How to play video using MPMoviePlayerController in iphone?

Hi Guys, This is my code for load the video using MPMoviePlayerController my issue is i can hear the voice of the video but can't see the video. can any one give me the solution!!! note:"AddRunningClient starting device on non-zero client count" this message is display while i run my application in console now i'm working IO...

How to invoke a crashed app automatically in iPhone/iPad

Is it possible to invoke an app automatically when it encounters a crash in iPhone/iPad? If so, any pointers will certainly help. Thanks! ...

how to set rounded corner for a UITextView ?

how to set rounded corner for a UITextView ? ...

Searching an NSMutableArray with a String and returning the entire compared Array....

Hello Everybody, it seems my Problem isn't a problem for anybody eles because I havend fount anything about it. so it maybe isn't such a big Problem but for me it is. I have this MutableArray filled with alot of data from an XML file. -Name -Age -Address The search goes for the Name, and the filtering works pretty fine so far. what ...

How to change the icon of an image to represent it has been selected on an iPhone.

I am trying to simulate the same behaviour as the defaults "Photos" application found on the iPhone OS 3.X-4.0. Basically when the user selects multiple photos in the Album via the UIImagePickerController from the Image Library,an icon (tick mark) appears on the image to represent that the image has been selected by the user. How to impl...

Leak problem with NSKeyedUnarchiver

here I have some code where the Leaks-Instrument detects leaks. The commented Numbers behind some lines taken out from the Leaks-Instrument. I don't know what I have to do here. I have made many tries, have released and autoreleased, but no solution. Can somebody show me where the problem is? - (void) handleDataModel { int theTag = [...