Alberto Pasca @ 2021/01/03 10:13:39
Welcome back,
I want to share a way to draw in Unity3d editor a cubes based grid that allow you to snap objects in the same position and make a cube grid, like this:
First of all, create a new Cube object using Quads: compose all the 6 faces and save it as a prefab.
Align al[...]
Alberto Pasca @ 2020/12/07 10:30:00
Sometimes can be useful to add a gradient on a UIView. This simple UIView extension helps you “coloryze” your screen.
Let see how to use and how is implemented.
import UIKit
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDid[...]
Alberto Pasca @ 2020/11/16 11:00:00
Today I want to share a simple way to retrieve user data from a native iOS cache image, automatically generated when your app goes in background.
You can retrieve this kind of informations if your phone was lost or Jailbreaked or connecting it to your pc and open an old backup. You can use tools [...]