概述 今天我们来实现一个iOS平台上的进度条(progress bar or progress view).这种进度条比APPLE自带的更加漂亮,更加有“B格”.它拥有渐变的颜色,而且这种颜色是动态移动的,这里称之为WGradientProgress. 先来看看我们的目标长什么样子: WGradientProgress的使用方法很简单,主要有展示接口以及隐藏接口,目前显示的位置有两种选择: WProgressPosDown //progress is on the down bor…
GitHub 仓库地址 https://github.com/FBean/test.git GitHub 常用命令 add--Add file contents to the index bisect--Find by binary search the change that introduced a bug branch--List, create or delete branches checkout--Checkout a branch or paths to the working t…
https://gist.github.com/helger/3070258 Tabs and Windows Function Shortcut Previous Tab ⌘+ Left Arrow Next Tab ⌘+ Right Arrow Go to Tab ⌘ + Number Go to Window ⌘ + Option + Number Go to Split Pane by Direction ⌘ + Option + Arrow Go to Split Pane by Or…
Source: http://www.liaoxuefeng.com/ Here only the local part. Install on windows download: https://git-for-windows.github.io, mirror available; run 'Git Bash'; # Set name and email. $ git config --global user.name "Your Name" $ git config --glob…