This question already has an answer here:
Closed 11 years ago.
Possible Duplicate:
How do I upload a video to YouTube from within an iOS application?
Is there any way to implement functionality to upload video in youtube in iPhone? If so, how? Thanks in advance.
use the Youtube API and check the GDATA Objective-C Client here, also see this SO answer.
Related
This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
UIActivityViewController equivalent on ios 5
Is there an alternative for UIActivityViewController for iOS 5?
Thanks!
Unfortunately, no. What I would suggest is to make a custom UIActionSheet.
If you're interested mainly in the sharing aspects, I'd suggest taking a look at Sharekit. For other functionality, you'll need to create your own UIActionSheet or other popup control. The UIActivityViewController is the iOS6 answer to rolling your own.
This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Can I embed a custom font in an iPhone application?
I'd like to put a text in my app with a special font but I don't know how to do it ?
Someone could explain me or have a link about it ?
Thanks
There are many pages on the net describing how to do this. http://tetontech.wordpress.com/2010/09/03/using-custom-fonts-in-your-ios-application/ is one of them.
This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
API for Wikipedia in Objective C?
I am implementing one iphone application in which I want to parse the data from the wikipedia document and dipply in my format.
I have seen one application on itunes its possible.
Please give me advice if its possible.
Thanks in advance.
Wikipedia is running on MediaWiki engine. Check the docs. Another way is to useSpecial:Export the And then you just parse the XML content. Also you should check the using guidelines page:link
This question already has an answer here:
Closed 11 years ago.
Possible Duplicate:
Implementation of myspace and linkedin in iphone
I am new to iPhone technology
I am using API in JSON. I need to integrate myspace into my app
How can it be done?
Try this: http://code.google.com/p/myspaceid-iphone-sdk/
This question already has answers here:
Closed 12 years ago.
Possible Duplicate:
iPhone and SQLite introductory articles or tutorials
Sir,i am iphone trainee,just have finished with UIApplications of Iphone.
Now i want to learn SQLite & xml parsing for our project applications!
can anybody guide me about which books or data shall i refer for this?
Atleast please suggest some sites or ebooks!
Thanks in advance!
IOS SDK: first advice for beginners