I am using FusionCharts. Now how to Implement FusionWidgets(AngularGauge) in iPAD? - ios

I am using FusionCharts. Now how to Implement FusionWidgets(AngularGauge) on iPAD? please provide XML also.

You should read the tutorial that FusionCharts has on its blog - Charts for iPhone and iPad apps using FusionCharts XT.
Sample code is provided with this tutorial.
Try this out and let us know if you get stuck anywhere..

Related

Sharing of Image and text with Deep linking on facebook in ios8

Have anyone worked on deep linking in ios 8? I tried to follow facebook.developer tutorial to implement deep linking but is not so much clear.
please suggest me any blog and tutorial or sample code.
Any help will be appriceate.
Thanks in advance!
The startup I'm working in does this exactly. We have a deep linking SDK which takes only 20-30 mins to implement, and after that you can create links on our platform which support Facebook's App Links standard. `Please find our complete iOS documentation.
Was this helpful?

Integrating Box-Sdk with iOS application

I am working with an iOS application in which i have to authenticate with help of BOX-SDK for iOS and then upload images on Box. Firstly i used the sample app of BOX-API by Mr. lopopolo and upload images with that. Currently i want to integrate the api with my iOS application . i can work with the sample application but it uses storyboard . I am using XIB in my application so i get lots of issues. Can anybody tell me how to integrate Box-api with my iOS application.
I have to integrate box-api with my iOS app.Please help me out only with the authentication process. Please explain the steps for integrating the api so that i can authenticate with view controllers and xib not with the Storyboard.
Thanks in advance.
You should be able to use BOXContracts sample app to achieve your goal. it is not using Storyboard. https://github.com/box/box-ios-sdk-sample-app/tree/master/BOXContracts

Implement Settings in Titanium based iOS app

I'm currently working on a Titanium based iOS application.
I want to display the application settings in settings app.
In iOS we can easily do it using info.plist.
Is there anyway to do this in Titanium ?
I searched a lot but couldn't find any solution.
Please help me, Thanks in advance
take a look in the kitchen Sink example, it shows how to do this
http://developer.appcelerator.com/question/50131/gettings-app-properties-into-iphone-settings-app

Example for displaying a full page iAd on iPhone

I know about ADInterstitialAd, but there is never enough info in the Apple docs. Can someone provide a full example how to display a full-page iAd on iPhone this work please?
Have a look at the sample code Apple provides for working with ADInterstitialAd:
iAdInterstitialSuite
Here is the Apple documentation and Sample App Tutorial

Good example of how to build an iphone app that integrates with facebook

I have experience building iPhone applications, however I'm new to the facebook API for iOS. Does anyone know of a good example of an iOS app that will post to user's facebook wall? I'm trying to integrate this functionality into an existing app that I'm working on. Thanks!
Check out the following open-source project:
facebook-ios-sdk
It's an open-source library to let you post to Facebook from your own iOS app.
They have posted code for a sample ViewController here as well. Unfortunately this doesn't do an explicit wall update, but it does read the users' status and request them to log in. And underneath this you can retrieve the source for the entire demo application:
https://github.com/facebook/facebook-ios-sdk/blob/master/sample/DemoApp/Classes/DemoAppViewController.m#L79
https://github.com/facebook/facebook-ios-sdk/tree/master/sample/DemoApp
You can check our documentation for iOS SDK 3.0.8 here at
https://developers.facebook.com/ios/
Download the SDK package here at
https://github.com/downloads/facebook/facebook-ios-sdk/FacebookSDK-3.0.8.pkg
Then try the samples/ folder for the existing samples.
Specially you can look at Scrumptuous and Hackbook for latest examples.

Resources