BezelKit
BezelKit is a Swift package designed to simplify the process of accessing device-specific bezel sizes in apps. Knowing the exact bezel size can be crucial for aligning UI elements, creating immersive experiences, or when you need pixel-perfect design layouts.
How to download and setup BezelKit
Open terminal and run command
git clone https://github.com/markbattistella/BezelKit.git
git clone is used to create a copy or clone of BezelKit repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with BezelKit https://github.com/markbattistella/BezelKit/archive/master.zip
Or simply clone BezelKit with SSH
[email protected]:markbattistella/BezelKit.git