Highly recommended Swift course that focuses particularly on touch (ideally video course)? [closed] - ios

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Does anyone recommend a course on Swift that deals a lot with touch instead of the usual logic? If this type of question doesn't belong here, let me know. I know most questions here involve fixing specific code, but I figure this would be good for people to find as well.
Thanks in advance!

If you got an iPad and if you are new to programming I think "Swift Playgrounds", which ships with iOS 10 is pretty awesome and fun.
If you already know how to program look at this:
https://itunes.apple.com/us/course/developing-ios-9-apps-swift/id1104579961
It's free and awesome ;).

Related

Is there a SVProgressHUD or KVNProgress kind of library in Swift? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I want to show a similar kind of progress hud as above two but it should be written in Swift only. Can anyone provide some link to similar library?
I created MKProgress in Swift as one of our obj-c app was using KVNProgress but it was not maintained/updated for long time so i thought to have a similar one. You can try it. It looks like this
You can find a lot of indicators and other awesome Swift libraries here.
This is my favorite:
https://github.com/ninjaprox/NVActivityIndicatorView - there is a whole collection of indicators
https://github.com/shubh10/JustHUD - and there easy and nice indicator

Text Extraction using Swift [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I need to extract text from articles online for an ios app I am developping. Is there something similar to goose that extracts just the article from the html for Swift?
It's very interesting subject. I'm not pretty sure, but it seems to be not an easy job to do. Recently Ivan Titov told about "Inducing Semantic Representations from Text with Little or No Supervision." You can see this presentation here: https://events.yandex.ru/lib/talks/2728/ (in English.)
So, our team recently took part in Swift-hackathon by CocoaHeads Moscow for this subject, but not very good result were earned. We developed recursive grabber and other cool things, but can't attain the goal. If you want to contribute to that project, look at this repo: https://github.com/CocoaHeadsMsk/hawking

Looking for an iOS Layout Library [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Does anyone know of a layout library that performs acceptably on iOS? I'm looking for a tool that can layout network devices in different patterns such as circular, tree, organic, orthogonal, and hierarchical layouts. I'm looking for something very similar to yFiles for Java/Android: http://www.yworks.com/en/products_yfiles_practicalinfo_gallery.html
Omni Graffle is a great one. Made by the guys over at omni group I think its about $19.99 but its totally worth it! It works on iPad and mac!
Microsoft Visio is good for architecture design. Another is OmniGraffle like #CodeBandits said.

are there any API for the EPUB standard? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I want to work on personal project working with books and magazines. I was wondering if there were any APIs for the EPUB standard. That are open to the public.
Please and thank you
GC
Don't know of any freestanding API as such, but FBReader supports EPUB so it might be worth looking through the sources of that and see if you might be able to extract the EPUB bits easily.
It depends on what you need the API to do for you. Create books, parse books, mine text in books? I'm confused as to why you would mark as correct an answer which points to a reader--how could that help? You are probably looking for things such as https://code.google.com/p/python-epub-builder/.

Looking to learn writing a NDIS or TDI driver [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
Can anyone possibly suggest a good book which steps through the development of such a driver written in C? I'm looking for a book which is good for beginners. If there is an online resource on how to do this which explains the process from ground up it would be greatly appreciated.
For NDIS, the best way to start is to look at the Microsoft-provided sample drivers: http://msdn.microsoft.com/en-us/library/ff568374(v=VS.85).aspx
This page has a list of drivers, you can pick one similar to your needs.

Resources