Very often you should use a notification name in your code and every time you miss something, you write the wrong name and so on…
I want to simplify the coding like, so I use this solution. Easy and simple for me and I want to share:
Read MoreVery often you should use a notification name in your code and every time you miss something, you write the wrong name and so on…
I want to simplify the coding like, so I use this solution. Easy and simple for me and I want to share:
Read MoreI want to introduce you to the new “App Icon Maker“, a simple and free utility for macOS that helps you to convert the images in the 3 Apple formats, @1x, @2x, and @3x.
Read MoreA simple tutorial for find and identify the wrong typed words of the user in your application using the UITextChecker framework and the NatualLanguage framework.
Starting from iOS 11, Apple introduces a new framework called Vision.
The Vision framework performs face and face landmark detection, text detection, barcode recognition, image registration, and general feature tracking. Vision also allows the use of custom Core ML models for tasks like classification or object detection.
https://developer.apple.com/documentation/vision
Today we implement with few lines of code one of the simplest features of this beautiful framework, the OCR reader.
Read MoreVery often you create a new class or a new view controller and customize it before start coding.
Every time you select from XCode, New File, the file type and add it to your project, like this:
Read MoreI have bought a new weight scale that works with or without a smartphone.
There is a proprietary app, called Laica Body Touch.
Problem with this app are:
Read MoreToday a post about the new Apple framework – CoreML – a machine learning framework to use your trained data-model inside iOS apps.
https://developer.apple.com/machine-learning/core-ml/
Documentation: https://developer.apple.com/documentation/coreml
The example of today is about machine learning to identify the mood of a collection of tweets (#apple, @apple, #covid-19, #love, etc…).
Today I want to show you how to use the Apple ReplayKit, to record a full-screen video without a status-bar from your app and save it in your library without using external libraries like GPUImages or something like that.
With the NetworkExtension framework, you can customize and extend the core networking features of iOS and macOS. Specifically, you can:
The NetworkExtension framework is available in macOS and iOS, but not all features are available on both platforms and some features have specific restrictions (for example, some features only work on supervised iOS devices). The documentation for each feature describes these restrictions.
A useful trick using .map:
Read More