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.

notes from a developer, tutorials, how-to, ideas
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.
Very often you should insert a pin-code in a UITextField that some service in order to verify your identity sends you via SMS (generally for a 2FA, two-factor authentication).
Continue reading “Swift – Read automatically pin-code from SMS / OneTimeCode”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:
Continue reading “SWIFT – Create filled array using map”A one shot “clone” of NES Duck Hunt made in Unity3D. Is not properly a clone… because is only a one-shot duck and restart.
Hi guys!
Today i’ve discovered a simple and funny way to catch all Pokemon around the world simply stay sit in front of your pc!
Continue reading “PokemonGo – Catch world wide pokemon… from your desk!”Simple IPTV streaming app for iOS (universal target) and Mac OSX.
Based on a googled (non pay-tv) italian channel list.
- Universal target (iPhone/iPad)
- Apple Watch (watchOS 2)
- Apple TV (tvOS)
- Swift 2.0
- Autolayout
APRoundedButton is a simple XIB/Storyboard extension to make rounded custom buttons, without writing one line of code, now using IBInspectable.
Continue reading “[Objc] UIButton with rounded corners (IBInspectable)”
I’ve prepared a simple class that write logs on device disk.
This is very useful, because you can send and receive logs from apps, crashlog, backtrace and debug informations.
Continue reading “[Objc] Write console log to file… and send for email”