NativeScript 菜单插件 Animated-Menu

码农软件 · 软件分类 · NativeScript 插件 · 2019-04-29 13:29:17

软件介绍

Animated-Menu 是 NativeScript 模块,可以添加一个动态菜单到 iOS 应用。Android 支持会基于这个项目添加一些 Android 动画。

在应用目录中运行 npm install nativescript-animated-menu --save

.
├── app  <------------------------------ run npm install from here
│   ├── app.css
│   ├── app.js
│   ├── bootstrap.js
│   ├── main-page.js
│   ├── main-page.xml
│   ├── node_modules
│   │   └── nativescript-animated-menu <-- The install will place the module's code here
│   │       └── ...
│   └── package.json <----------------- The install will register “nativescript-animated-menu” as a dependency here
│   └── tns_modules
│       └── ...
└── platforms
    └── ios

使用

root-page      <-------------this is the page that will host the animated menu element
    └── animated-menu     <------------the animated menu element will reference the menu page and main page (see below)
        └── menu-page
        └── main-page

本文地址:https://codercto.com/soft/d/4642.html

C语言程序设计

C语言程序设计

K. N. King / 吕秀锋、黄倩 / 人民邮电出版社 / 2010-4 / 79.00元

时至今日, C语言仍然是计算机领域的通用语言之一,但今天的 C语言已经和最初的时候大不相同了。本书最主要的一个目的就是通过一种“现代方法”来介绍 C语言,书中强调标准 C,强调软件工程,不再强调“手工优化”。这一版中紧密结合了 C99标准,并与 C89标准进行对照,补充了 C99中的最新特性。本书分为 C语言的基础特性、 C语言的高级特性、 C语言标准库和参考资料 4个部分。每章末尾都有一个“问与......一起来看看 《C语言程序设计》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具