How to perform an action in a website in swift [closed] - ios

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
My question is how can i tell my application to for example go to this website search for a specefic link and download the content how should perform such thing in swift?

You could use Kanna to parse the website for the link you are looking for, then download the file using Alamofire. If you want another way to download a file, here's a relevant Stack Overflow link: How to download file in swift?

Related

Where should I store error definitions? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am developing my own identity system for my ASP.Net 5 application, and I am currently looking for an efficient way to store my predefined error codes and their corresponding descriptions. Does anyone have any suggestions to my issue?
Use resource files: https://msdn.microsoft.com/en-us/library/windows/desktop/aa380599%28v=vs.85%29.aspx
They allow you to store the name of the error code, the error code and a description. Then use Properties.Resources to access them.

how to download and open a doument in myapp in ios [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am new in IOS and making an app
1-First phase download attachment i.e. doc,ppt,and pdfs,xlsx (i hav done with that)
2-Second phase is open those attachment
Please surges me how to open those attachments
thanks in advance
You need to use UIDocumentInterationController . Tutorial for Opening the Documents

Need JSON api link for worldcoinindex site [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I want to get coins values from www.worldcoinindex.com. Can anyone know how to get the json data from worldcoinindex via api.
According to the forum linked from the site, there is no API. You'll have to scrape for now.
Edit:
There is now an API; docs at https://www.worldcoinindex.com/apiservice

iOS app to read excel files and pdf [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I am relatively new to iOS dev, and wanted to ask the community for guidance, links or hints on how apps that read files are made and from where to start( I want to practice this part but didnt find tutorials on it).
You can use QLPreviewController for displaying excel and PDF files

Automatic Hyperlink in my website [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I want the URLs in my website automatically hyperlink.
I can only use Javascript, HTML, and jQuery in my website.
The search term you want is "linkify". There are a number of solutions out there, personally I've only used this:
http://benalman.com/code/test/js-linkify/
Examples are in the source code.

Resources