ns7-swiss-army-knife
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@nativescript/swiss-army-knife

support Nativescript 7

ns plugin add @nativescript/swiss-army-knife

Usage

Common Functions

getListViewVerticalOffset Returns the scroll position/vertical offset relative to the visibile contenten of the listView on Android and iOS

disableScrollBounce Disables bounce/overscroll for a ScrollView or ListView on Android and iOS.

removeHorizontalScrollBars Hides horizontal scrollbars for scrollViews or ListViews on Android and iOS

removeVerticalScrollBars Hides vertical scrollbars for scrollViews or ListViews on Android and iOS

pluckChildViewsFromLayout accepts any layout and removes all it's child views and returns them in an array.

getScreenHeight returns an object of type IScreenHeight with the properties portrait and landscape dimensions. IScreenHeight also has the properties androidStatusBar and androidNavBar which are android specific properties that will return the Nav bar and Status bar heights as well. if accessed on iOS they will have a value of 0. These can come in handy since the portrait and landscape dimensions do not take these into account.

dismissSoftKeyboard Dismiss the soft keyboard.

ActionBar Utilities actionBarSetTitle Programmatically set title on ActionBar

actionBarAddButton Programmatically add button to the ActionBar

actionBarClearButtons Programmatically remove all buttons from the ActionBar

Contributor https://github.com/JoshDSommer/nativescript-swiss-army-knife

License

Apache License Version 2.0

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i ns7-swiss-army-knife

      Weekly Downloads

      1

      Version

      1.0.0

      License

      Apache-2.0

      Unpacked Size

      54.1 kB

      Total Files

      66

      Last publish

      Collaborators

      • yongliu