Mac Cocoa |
Author |
Message |
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
 |
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Fri Feb 09, 2018 1:18 am Post subject: |
|
|
packtpub.com - Integrating with Objective-C
"In this article written by Kyle Begeman author of the book Swift 2 Cookbook,
we will cover the following recipes:
Porting your code from one language to another
Replacing the user interface classes
Upgrading the app delegate
In the previous recipe we learned how to add a new code into an existing
Objective-C project, however you shouldn't only add new code but also, as
far as possible, you should migrate your old code to the new Swift language." |
|
Back to top |
|
 |
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
 |
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Fri Jul 10, 2020 8:53 am Post subject: |
|
|
git - MonitorControl
"Control your external monitor brightness, contrast or volume directly from a
menulet or with keyboard native keys." |
|
Back to top |
|
 |
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3247 Location: Europe
|
|
Back to top |
|
 |
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3247 Location: Europe
|
Posted: Sat Jun 17, 2023 9:28 pm Post subject: |
|
|
https://blog.schiavo.me/posts/scanning-documents/
Scanning documents with Vision and VisionKit on iOS 13
In iOS 13, Apple's Vision framework also adds support for OCR (Optical
Character Recognition), which allows you to detect and recognize text on
scanned documents!
git - WeScan framework
"Objective-C:
Create a dummy swift class in your project. When Xcode asks if you'd like to
create a bridging header, press 'Create Bridging Header'
In the new header, add the Objective-C class (#import myClass.h) where
you want to use WeScan
In your class, import the header (import <yourProjectName.swift.h>)
Drag and drop the WeScan folder to add it to your project
In your class, add @Class ImageScannerController;"
Read more about it: Adding document scanning to your app with WeScan/
Tesseract on git: Pocket-OCR
"This project is a demonstration of implementing the Tesseract OCR engine on
the iPhone platform. It works best with the iPhone 3GS and it's autofocus lens.
External lenses for older iPhones may be necessary for optimal image capture."
git - Tesseract OCR iOS
"Use Tesseract OCR in iOS 9.0+ projects written in either Objective-C or
Swift. Easy and fast."[/url][/b] |
|
Back to top |
|
 |
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3247 Location: Europe
|
Posted: Thu Jun 06, 2024 11:47 am Post subject: |
|
|
Michael Tsai - Swift at 10
"My high-level take is that I generally like programming in Swift. I'm rewriting
all my apps in it. But I'm not sure it was the right thing to build. It's been such
an immense effort both within Apple and for the community. This has been a
distraction from apps, frameworks, architecture, and documentation. So much
mindshare has been taken up by the language itself, which should be just a tool
for building the things that actually matter for our customers. It's come a long
way, but the 'end' is not yet in sight, as, even 10 years in, essential pieces are
still being designed." |
|
Back to top |
|
 |
|