-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added readme and removed unnecessary code
- Loading branch information
Vaibhav Gautam
committed
Jul 31, 2016
1 parent
2a7e690
commit 8feaab1
Showing
4 changed files
with
24 additions
and
14 deletions.
There are no files selected for viewing
Binary file modified
BIN
+1.63 KB
(110%)
...j/project.xcworkspace/xcuserdata/vaibhavgautam.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# InstaBars | ||
|
||
Instabars is a simple and lightweight UIView based control which can be used for symbolising that music or a video is playing. This control is inspired by Instagram iOS Application which shows similar kind of animation when a video is playing. | ||
|
||
# Installation | ||
For now the only way to use Instabars is download/clone the project and copy the directory "InstaBars" in your peoject(I will add this project to cocoapods as soon as I will get time for the same) | ||
|
||
# How to use | ||
- Instabars os very simple to use. | ||
- Simply add any UIView, and change its class type to "InstaBars" | ||
|
||
# Customisation | ||
- You can do any type of customisation(such as color, corners, shadows, etc) which you normally do with any other UIView. | ||
|
||
# Limitation | ||
- For now, You cannot change the number of bars appearing in this control. | ||
- Even if you will change the size of control the bars will appear at the static position |