iphone

iphone: (audio) posting message to kill mediaserverd

Hi guys, i'm playing several sounds using AudioServices AudioServicesPlaySystemSound ( aSystemSoundID ); when i test the project on the iphone (3g) attached to the machine i got this message: 2010-09-16 17:29:29.672 myProject[6528:6def] [17:29:29.672 <0x85d400>] PlaySound posting message to kill mediaserverd (5958) [Swi...

Twitter + SAOAuthTwitterEngine

So, I have been reading into the whole OAuth stuff the recent days, trying to find something to help me authenticate with twitter. Since most of the topics in this forum pointed to Ben Gottliebs Framework I tried to include it in my TestApp which went fine. Inserting my tokens, logging in went easy. Next thing I wanted to do, was using...

Accessing superview ScrollView?

hi, i added some views (every view has its own viewcontroller and nib) to an UIScrollView. How can I access the ScrollView from within the UIViews I've added? self.view.superview doesn't get me the UIScrollView properties. I need to disable scrollEnabled from within an UIView. Thank you! ...

NSString leaking even with release at the right place (I guess) ?

Hi there, When I analyze the following code with Instruments, it reports a leak on variable imageName: //loadImagesFromPotatoesIndexesArray -(void) loadImagesFromPotatoesIndexesArray{ //Load Textures from Disk textures = [[NSMutableArray alloc] init]; //NSArray *masks = [[NSArray alloc] initWithArray:mainDelegate.masksArray...

Removing data from plist file with uitableview

Hi all, I have a plist file that is brought into a tableview, and now want to remove items that I have added in the past, but don't even know where to start. I have got the editing working, well it shows on each line, any help more than welcome on this! - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSIntege...

Objective-C Testing Frameworks

Are there any tools or plugins for XCode that can generate test cases for your apps? ...

Impossible issue connecting to Windows Live Messenger network

This issue is giving me serious headaches, I don't have a clue what's going on here. If you don't have any experience with the Windows Live network, I ask you to read this anyway, maybe it has nothing to do with it and am I overlooking something totally unrelated. In short: I wrote an Objective-C class that allows me to connect to the W...

How to use Zombie while debuging iphone application ??

How to use Zombie while debuging iphone application ?? ...

Storing a record locator in the user's Address Book kABPersonInstantMessageProperty field

I have an app that uses the user's Address Book for contacts. I also have other information I wish to store on a per-user basis (per Address Book entry basis). I allow the user to import a single user, an Address Book group, or all of their contacts. Because I wish to continue to allow outside applications to change the users Address ...

ipad - sliding menus on a view based app

I have a view based app and I would like to implement one of those sliding menus (I don't know if there's a specific name to call them), like Mail. The idea is this: I have a board with several objects. When the user taps and hold on a object for half a second a popover appears showing the object properties. The properties are: object c...

How to make background of UITableViewCell with buttons transparent.

In IB, on the .xib where the file's owner is a subclass of UITableViewController, the structure of a cell that I wish to load from the xib is: (UITableViewCell)cell->(UIView)View->(UIButton)but1,but2,but3. I am trying to have the buttons appear on the table without the frame/background of the cell. I've made the cell's background and...

NSOperation queue problems

hello i have 2 methods which are accessing on the same method redrawView those are moveThePlayerWithDeltasAndQueue and movethePlayerAroundYAxisAndQueue i would like to use an operation queue like in the commented code but i have no fortune to run it well what is the right way for build the queue and let work them right ? http://paste...

Timer interval with 2 NSDateComponent

Hi, I have two nsdatecomponent object, and I want a substract the time of my first object with the time of the seconde object. example: DateComponentObject1 = DateComponentObject1 - DateComponentObject2 so, if I have 3 hour in DateComponentObject1 and 1 hour in DateComponentObject2, I have 2 hour at the end in the DateComponentObject1...

Invoking J2EE web services from iPhone

Is it possible to Invoke J2EE web services from iPhone? and how? ...

Remember Previous Output in a Random Array

I have an application with the following code listed below that displays random questions for the end user. I am trying to figure out how to have a user be able to go navigate backwards in an array that is displayed randomly. For instance, a user is going through the questions and accidentally advances past one and wants to go back, I ...

360° panorama librarys for ios

are there any libraries or classes out there to show a 360 degree panorama on the iphone? i found this here: http://code.google.com/p/panoramagl/ but its not up to date and only for old versions of ios. i'm thankfull for any link that helps me to create a 360 degree panorama view on ios. thanks! ...

2 subview to window?

hi, i have this at my appdelegate: for 1st app: - (void)applicationDidFinishLaunching:(UIApplication *)application { [window addSubview:rootController.view]; [window makeKeyAndVisible]; } this will display a navigation and tabar display for my app. ok no problem here. next i have this from another app: - (void)...

Xcode - How to share the app in development with clients?

I'm developing an iphone app for a client. How can he see the work-in-progress of the app on his iphone and other different iphones? ...

Can I change the playback speed without affecting the pitch with Finch?

Is it possible to change the playback speed of a sound in Finch, but withouth changing the pitch? ...

iPhone: is YAJL accepted for usage by the AppStore?

Does anyone know if using YAJL for JSON parsing on iOS is accepted by the AppStore? ...