You need to sign in to do that
Don't have an account?

Add dashboard to iOS app
I am using the SDK to access Salesforce and have no problem working with objects, but I would like to know if it is possible to incorporate dashboards into the app. I don't want to just use a UIWebView pointing to the dashboard page because I want to remove the typical browser "clutter". Is this possible?
Right now the Mobile SDK doesn't provide a direct way to display dashboards in your app. If this is something you'd find useful in a future release, you can always file an enhancement request here:
https://github.com/forcedotcom/SalesforceMobileSDK-iOS/issues
However, if I remember right, the Salesforce Mobile CRM apps (such as for BlackBerry and iPhone) are simply accessing a particular URL for a mobilized version of the dashboard. This is displayed within an embedded web view.