1.0.0 • Published 5 years ago

nativescript-block-ui v1.0.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

Block UI apple android

Support

Support Android & iOS.

Installation

tns plugin add nativescript-block-ui

Usage

import { BlockUI } from "nativescript-block-ui";

export class Block {

    private blockUI: BlockUI;

    constructor() {
        this.blockUI = new BlockUI();
    }

    public lock() {
        this.blockUI.lock();
    }

    public unlock() {
        this.blockUI.unlock();
    }
}

License

Apache License Version 2.0, January 2004