iphone

content handling of UITextView between two navigation view

I have view a that has a table cell and a save button. If I touch the table cell, a new navigation view slides in (view b). In the view b, I have one UITextView where I type all the context I need save. And of course there is 'back' button on the top left side of the 'view b'. 'view a' has a save button, it wants save content of the t...

New appstore Review guidelines issue

Hello, I need some help for iphone application,i have some question regarding the new iOS development guidelines. Please take a look here first. http://www.scribd.com/doc/37160656/App-Store-Review-Guidelines-App-Store-Resource-Center The point 11.1 & 11.2 states below are the points on which i seek more clarifications. 11.1 Apps that...

Iphone OpenFlow orientation issue

Hi, I have used the OpenFlow API developed by Alex Fajkowski in an app I am working on. It is a tabbar based app with navigationcontrollers in each tabs, and in one of the tab is the openflow view. everything works fine except when during landscape orientation the selected Image is not in the center of the screen. How do I fix this? Tha...

iphone reduce large image loading time

Anybody know how to load the large image to become a blur image first and then only slowly load the full size of image. This will at least let the user to preview the image first other than waiting for a few second to load the full size image. Thanks ...

Find current country from iPhone device

Hello, I have to get the current country in the iPhone settings. Can anyone tell me how to get the current country in iPhone application. I have to use the current country for parsing the RSS feed in which I need to pass the current country. Please help me out to find the country . Thanks in advance. ...

iPhone:Video recorder API?

Hello, I want to develop an application, which should do video recording. I think, the API's are available from iOS 4.0 SDK, not prior to that. Please correct me if i'm wrong anything and share me the API set link for this. Thank you. ...

Usage of private API properties in older iOS, public in newer iOS.

Hello everyone ! I know it is forbidden to use private API functions or classes, because they can change in a future version of iOS. So I wondering if it is allowed if a private function is now public in a new iOS. My example is MPMoviePlayerController which has a private property called currentTime in iOS before 3.2. Starting version ...

OpenGL sprites are trembling slightly at rendering

Hi all, I made a class which manage sprites in an iphone application by using opengl es. rendering works well but when the sprite sheet is large (more than 512x512px) and the sprite has a part which doesn't move, this part seems trembling slightly (like if antialiasing was computed differently for each frame). Is it normal or is it a bu...

popviewcontroller for previous two pages.

Hi, Popviewcontroller in navigationcontroller pops out just current page and sends us to previous page. Is there a way to pop out two pages and go back to page prior to previous one(2 pages back) or i have to push it to that page. thanks ...

Add a new iPhone View above everything, including the navigation bar

Hey, In an application I'm developing, everything starts from a navigation controller, which then loads up several pages. My question is, how can I load up a new view ABOVE this? The closest I've got is to do this in the App Delegate: - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launch...

UITabBarcontroller is unresponsive

I have noticed several times that the UITabController is not very responsive to touches on the individual tabs. What I did to show this is I implemented the following method from the UITabBarControllerDelegate and saw every time it got fired: - (void)tabBarController:(UITabBarController *)tabBarController didSelectViewController:(UIVie...

iPhone get all albums/artists

Hi there, does any of you have example code (or a link to it) of how to retrieve all music albums or artist from the iPod media library? Thanks in advance! ...

How sort objects parsed from XML..

so I want to parse an xml and display (in a UITableView) the "subjects" in ascending order depending on "lessons" XML: <parfumeo_kkn> <tt_timetable> <id>1015</id> <day>1</day> <class_id>98</class_id> <lesson>9</lesson> <teacher>bt</teacher> <room>V1.2</room> <subject>M</subject> <pr_id>54</pr_id> </tt_ti...

inputAccessoryView not shown when editing navigation bar titleView

I use a simple inputaccessoryView to display next and previous buttons when a user inputs text in a couple of UITextFields. I have also added a UITextField as the titleView of the navigation bar to allow a user to set a custom title. Everything works great, however the inputaccessoryView is not shown when editing the navigation bar's tit...

image and video editing in iphone sdk

I want to edit images and video on iPhone and need idea on how should I start. Basically I want to change color or put some frame on images or videos. Please let me know how can i do this? is there some predefined libraries? ...

UITabBarController item with diffrent width than others

hi is there a way to give one tabbaritem in UITabBarController more width then the others. by default they are all sized the same. thanks Alex ...

Stop applicationDidFinishLaunching method from getting called + iPhone

Hi all, I want to know if there is any way to stop applicationDidFinishLaunching method of an iPhone application from getting called? ...

subview hiding the table view iphone

I have an image view on which i have included a table view. Now i wanted to insert a subview on the image view through which i wanted to show an extended background image. I have added a subview like so on viewDidLoad.... if([data count]>3) { UIImageView *i=[[UIImageView alloc] initWithImage:[UIImage imageNamed:@"test.png"]]; ...

How do I fill in the holes in this NyARToolkit iPhone example?

I'm trying to compile a project with the NyARToolkit library following the instructions here. It provides almost all the source code that you need, but not the EAGLView class that he is using. It gives a link that is redirected to a newer version of the GLSprite sample code, which no longer works with this example. How do I fill in t...

How to upload an image from iPhone into ASP.Net web server

Hi all, i want to upload images from my iPhone into asp.net web server. Iam new to iPhone developemnt. Please help... ...