docker pull adguard/adguardhome
docker stop adguardhome
docker rm adguardhome
import UIKit | |
class CustomTabBar: UIScrollView { | |
enum LinePosition { | |
case bottom | |
case top | |
} | |
// MARK: Public Member Variables | |
var padding : CGFloat = 0.0 |
Registered Name: https://zhile.io | |
License Key: 48891cf209c6d32bf4 |
Username: Matthias Rhein | |
License Key: DwBkz/YGssdAFYguB3cM4fCdrQTSfV8S3NkcAO3pInQQAFJ4LPJxGlOzDFTOECbdZt003YTvbejzqcOyyySmegMABwwBAAEADwBkz |
// | |
// View+SizeCategory.swift | |
// | |
// Created by MMP0 on 2022/02/06. | |
// | |
import SwiftUI | |
public extension View { | |
/// Sets the Dynamic Type size within the view to the given value. |