ipad-sdk

iPad - Is it possible to send SMS ?

Recent iPads are having provision to insert sim card in that. So with latest iOS SDK, is it possible to send in-app SMS from my application. I know that in-app sms is possible from iPhone. But how about iPad? ...

MPMoviePlayerController error: Unable to read symbols for

Hi, if I call the movieplayer to play the following message appears on console: warning: Unable to read symbols for "/Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.2.2/Symbols/System/Library/VideoDecoders/VCH263.videodecoder" (file not found). warning: Unable to read symbols for "/Developer/Platforms/iPhoneOS.platform/DeviceSup...

Add SplitViewController in Tabbar

Hi, I am looking for Add the SplitViewController in Tabbar & as per the tabbar item clicked the data of the tableview will be changed. Is it possible to resize view of the splitviewcontroller So the window is visible ? So Any one can suggest me on this issue ..... ...

ipad: Image loading and Memory management problem & crash of the app

hi all. I am having about 60 different images coming from the webservice.And I am storing it in a NSMutablearray. now when I load the image for the very first time , each image will consume about 0.5 to 1.5 mb of space of iPad. As I do have multiple images the memory consumption reaches very high and then application gets crashed. I a...

UITableView performance issue

Hi all, I have a UITableView which gets data from a server and updates in every 1 second(using performSelectorOnMainThread). Since this blocks main thread sometimes its not easy to scroll the table and its painfull for the user. Also i cant reduce my refresh interval also. What are the possible solutions for this problem? ...

Zome Animation-iPhone/iPad as in Safari

I am trying to implement a zoom animation as in Safari. I have created a Window that contains a number of icons representing user documents. When the use clicks an icon, I would like to have it zoom then fill the screen with the target view. The view structure is Root View Navigation View Icon 1 ... Icon N Content Wind...

iPad - FaceDOWN Down Issue

Hi, I am working with iPad App. And i have problem in FaceDOWN, in this orientation viewdidlaod & viewwillappear will not call evenif the button is also not work. In faceUP orientaion all the functionality is working. In my plist four orientation is set in Supported interface orientations (iPad); Portrait (bottom home button) Port...

How to create a window like the e-mail app that pops up

I want to create a window that pops up like in the email app when you hit New Email. Does anyone has a good tutorial or sample code of how to do this? This is the screen I want: ...

UIImage in IUUmageView in UIScrollView?

Hey folks, i need a little push to the right direction i think. What i want to do is displaying pages of a brochure at the iPad Display and allow the user to flip through the pages (left to right & right to left). The user should also be able to zoom in to articles at the pages. I tried it with laying an UIImage into a UIImageView an...

Edit my signature in PDF file in my iPad application

In my iPad application I want to add signature in my pdf file. I already do perform following steps: Open pdf in UIView (zooming is not implemented yet). Add one transparent subview (UIImageView) and draw signature on that. Save all screen using UIGraphicsGetImageFromCurrentImageContext() as a image. Convert and save the image as a ...

two UIImageViews in one UIScrollView! How to zoom in the right UIImageView?

Hi folks, i have two UIImageViews as childs in one UISCrollView. You can flip sideways to display pages of a brochure. (12 Pages). Now i wanted to zoom pages. I couldn't get it up till now to zoom the right ImageView. I know i have to implement - (UIView *)viewForZoomingInScrollView:(UIScrollView *)scrollView { return someView ...

Detect which button is pressed? (then action)

Hi guys! That's my very first post on SOF. I'm a new programmer at objective-c. Heres the "problem" i'm dealing with I created 2 UIbutton : one to pull an UIImageView from the top of the screen and the other to push it back. I have the code for the action** but i dont know how to relate it to an if-statement if(button1 pressed) then pu...

iPad interfaceOrientation not read when new view controller is pushed

I am writing an iPad application which uses a menu from a popover to change the view displayed. I have a root view controller which is always present and changes its content view to the sub view controllers, e.g Home, News, etc... Now here's the problem: Let's say I'm on the Home controller in portrait mode, then go to the news controll...

UIScrollingView ... Scrolling works but zooming not !

Ben send me a tutorial about displaying several images in a scrollView. ( http://kwigbo.com/post/758575763/uiscrollview-image-gallery-tutorial ) I made it to adopt it to my need in an IPad App and i got it to work so far. BUT ... I'm banging my head for hours now to implement zooming images and couldn't make it work. I have a UIScrol...

how to hide message of asking user to allow to access your location in core location frameworks?

i want to access user location using core location frameworks but don't show message to user that "allow to access your location" which ask at staring of application. is there any way to hide this messge of core location frameworks. thanks in advance. ...

ipad, sdk, CGBitmapContextCreate

Hi, right now im working on an application that accepts cgimageref, process the pixels of the image and returns the processed cgimageref. To check how it works i simply wrote a code to pass the cgimageref and expects the same image to be returned with out being processed. But the problem is that im not getting back the exact image. the r...

How To Move UIImageView?

Hi guys! Heres the deal: I code an UIImageView in the viewDidLoad and i want it to move down with my fonction buttonPressed** without creating an other subview like i do. Heres the code. -(void)viewDidLoad { [super viewDidLoad]; banetteImage = [UIImage imageNamed:@"myBanette.png"]; UIImageView *banetteView = [[UIImageView alloc] in...

youtube done button not quit the player

Can someone confirm this works on the iPad? I'm on 3.1.3, i m playing youtube video With 1 I have problems: 1) Pressing "Done" does not quit the player ...

remove shadow when presenting UIView modal UIModalPresentationPageSheet - iPad

I'm presenting a modal view with size 700x400 in an iPad app. I've set the view's background color with an alpha = 0.0, so its transparent. However, when I present the modal, there's a shadow that is about the size of an usual view (i.e 1004x768). How can I get rid of that background? ...

UI Webview + Google Maps V3 KML Support?

Hello, For quite some time I've been developing an iPhone/iPad app that uses a UIWebView to display specific KML overlays. Everything has worked fine up until a few days ago, when my KML files suddenly were not appearing on the webview. The javascript used to execute the KML overlay is still working (the map resizes to the intended KM...