Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 648 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 648 Bytes

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