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

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.

Related

UIActivityViewController for older iOS? [duplicate]

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.

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 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.

confused about from where to start [duplicate]

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

Calendar for my Iphone application project [duplicate]

This question already has answers here:
Is there any ready-made calendar control for iPhone apps? [closed]
(10 answers)
Closed 8 years ago.
http://www.youtube.com/watch?v=MfpnteZVFjI
I need to implement from above video link Calendar... in my application..
Any documents .. source code... help me out.
#thanks in advance.
1) GCCalendar
2) http://github.com/klazuka/Kal
More..
Hope this helps.
Try this project
https://github.com/briancollins/Kal