I"m trying to use the MPMusicPlayerController to play music, and I also want to receive the notification MPMusicPlayerControllerPlaybackStateDidChange. I set up my player and notification registration pretty much just like the sample (which works, BTW - it receives notifications correctly):
- (id) initWithPlaylist:(MPMediaPlaylist*)lis...
hi all
i am developing one app which will login to vonage website and do some functions like call froward etc . For that purpose first i am trying to login to vonage website
i did these steps
1) Found the login url of vonage
https://secure.vonage.com/vonage-web/public/login.htm
2) used livehttpheader addon to capture out...
Hi all,
I am developing one iphone application which is include the audio to text conversion.
The requirement is i have an audio file, while playing audio file the need to hi light text with corresponding word audio file.
Please anybody help me out of this issue.
Thanks in advance.
Vulvaji.
...
I had some issue with date:
I get the current date (2010-10-27) in NSDate,converting it to NSString ...it's k
But again when I try to get the date from String i.e NSDate , I am always getting the day before date . i.e (2010-10-26) instead of getting (2010-10-27).
Plz help me.....I tried alot for the same..with every possibilty
Here is...
Hello Everyone,
I want to add a button on my video player when it is playing in fullscreen. I created an Overlay on my videoplayer and it's working very well on an iPhone. I tryed to same thing on a iPad, but the button never appear.
Here's my code :
NSArray *windows = [[UIApplication sharedApplication] windows];
if ([windows count]...