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...
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...
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!
...
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...
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...
Are there any tools or plugins for XCode that can generate test cases for your apps?
...
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 ??
...
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 ...
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...
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...
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...
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...
Is it possible to Invoke J2EE web services from iPhone? and how?
...
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 ...
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!
...
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)...
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?
...
Is it possible to change the playback speed of a sound in Finch, but withouth changing the pitch?
...
Does anyone know if using YAJL for JSON parsing on iOS is accepted by the AppStore?
...