Please tell me how i put html code in my iphone app
i have to show some Hyperlinks on my app
(Please don't suggest me to use UIButton)
please provide help or sample code for it if possible
Please check here
You need to use UIWebView. There are a number of tutorials available. Please google "UIWebView tutorial".
Related
I'm new to iphone. I have question please answer to it..
I have some ringtones i want to place in a my xcode and people who want it they able to download from my application.
How it is possible.
Thanks in Advance.
According to my understand you have some audio files included in your xcode bundle(project) and now you want to provide option to the users as a downloading for price or free. If my understanding or guess is exactly correct, you defiantly follow below link In-app-purchase. All the best
I am able to post text from iphone to twitter with [_engine sendUpdate:[textfield text]];
But I have to post an image. Can anyone guide me?
MGTwitter engine doesnt support image uploading, but you could either use this:
https://github.com/Gurpartap/GSTwitPicEngine
or integrate that into MGTwitter engine.
Also, please state more information
about what library you are using so
that people can help YOU. People
cannot help you if they have no idea
about what you are referring to. It is only since I knew the API you are calling that I could help you.
For upload image you should use TwitPic. and use check this
Thanks
Hi I am using Evernote Api for iphone. I downloaded Api from developers site of evernote. But I dont know how to use it...Any one know about this or have any links or examples to understand this?
Adding iOS sample code is a top priority. In the meantime, please have a look at http://digitalpericope.net/?p=27, which might help you get started.
Can anyone tell me the steps to integrate weather information into my iPhone App. I found some API's are there, but didn't found steps for this. Thanks in advance.
use google weather in php
see the link http://komunitasweb.com/2009/09/showing-the-weather-with-php-and-google-weather-api/
to iphone see old question in so :
https://stackoverflow.com/questions/1305127/free-weather-api
http://www.weather.com/services/xmloap.html
Hope you all doing well, i have a one problem i want upload a small image with some text in front of that image from iphone, but not succeeded yet. I gone through some blogs and post but not find any thing like that . Please suggest me some piece of sample code how to do that..
Thanks in Advance
Have a look at FacebookConnect for iPhone. There's a library and demo code.