Show Best three Routes between two co-ordinate points - objective-c

I'm Newbie to iOS development as well as to MapKit Framework. I want to get Best three Routes between two location (for ex. New York to California).
It can be done using MapKit framework. Please if any one have any idea or tutorial. Please help me to get this done. Hope for the Best.
Thanks in Advance.!!!

You could try this libraries:
https://www.cocoacontrols.com/controls/mtdirectionskit
https://www.cocoacontrols.com/controls/p2msroutingview
Hope this helps

Related

How can I create a table with rally-app-builder in SDK 2.0rc2?

I need to create a table like this
I am using the rally-app-builder, and was wondering if there is some way of doing it with that?
I've been looking for hours, and couldn't seem to find something that suited my needs.
Just a side question, was is the best way of developing for rally, is it through the rally-app-builder or what do you guys do?
You should find the getting started guide in the SDK docs helpful:
https://help.rallydev.com/apps/2.0rc2/doc/#!/guide/getting_started
There is also a walkthrough of using Rally App Builder to build your first app:
https://help.rallydev.com/apps/2.0rc2/doc/#!/guide/app_builder
This basic grid example should help as well:
https://help.rallydev.com/apps/2.0rc2/doc/#!/example/Grid

Is anyone using or working on the Skeleton Framework?

I'm wondering if anyone is working on or using the Skeleton Framework (http://www.getskeleton.com) any more? The GitHub site does show a little activity from time to time but I'm wondering if there is a way for me to chat with people that know what's going on with it.
I've been using the framework at work one all of my recent projects and I want to get a little more involved with it's development.
Thanks
I'm currently using it to build my portfolio site. Haven't seen any recent changes to it but it does seem to be getting used quite a bit from what I've researched. I enjoy how it's bare bones, simple to use and ready to go with your own custom code. You have something you need help with?

how to use kCICategoryDistortionEffect and kCICategoryGeometryAdjustment in iOS?

I wants to add "Face-wrap" effect in my iOS app. After lots of searching i came to know that there is CoreImage Framework in iOS which provides some constants as kCICategoryDistortionEffect and kCICategoryGeometryAdjustment. I hope that both will help me in achieving my aim. But, now i am enable to find any example of how to use them. Can you please help me?
Thanks, in advance.

How to make a localized application?

I would like to make my app localized but I don't know where to start from. I gave a look to the msdn guide but I didn't really understood. My app would be localized for italian, french and english. Could someone help me?? Thanks!
There's lots of tutorials for this found with a quick web search. Including Step-by-Step tutorials like this one. In the future you might include what you've tried or look into some other resources before asking such a broad question. If I remember right there's also step-by-step video tutorials available at the usual places.

Where can we find the GData.framework for iPhone in iphone sdk?

Can anyone suggest me where can I find the GData.framework with steps.
Anyone's help will be much Appreciated.
Thanks to all,
Monish.
The main GData page is located at http://code.google.com/p/gdata-objectivec-client/
Check out the Introduction to Google Data APIs for Cocoa Developers, as well as some example applications here, and you can view the introductory slides.
Hope this helps!