UIActivityViewController for older iOS? [duplicate] - iphone

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.

Related

Set my own font in my app iphone sdk [duplicate]

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.

Application supports more than one language? [duplicate]

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
internationalization of an iPhone Application
I know that its possible to create application that will support multilanguage, how can I manage to do it? I want my application to support for an example English and Hebrew (also they are RTL and LTR - that's another problem I think, right?).
I'm new to objective-c, please be gentle... haha
Thanks
Thanks all of you guys! I just love this website. greatest people.
There's a good tutorial here:
http://www.ibabbleon.com/iphone_app_localization.html

How to upload video to youtube? [duplicate]

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.

How to programmatically minimize an iPad application? [duplicate]

This question already has answers here:
Proper way to exit iPhone application?
(24 answers)
Closed 8 years ago.
How do I programmatically minimize an iPad/iPhone UIApplication?
Actually there no such method for minimize iPhone app.
You can try with "exit(0)" to close the app.
Cheers.
You can't. You can only switch to another app. I don't think apple has a public API for doing this.

Can i make Charts in Iphone . Using any Framework [duplicate]

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
Cocoa Graphing/Plotting Framework that Works on iPhoneOS
Suggest Framework for making chart in Iphone application..
yes, check the following framework Core-Plot
just a suggestion - if you wants a easy way then try google charts api