File tree 1 file changed +15
-12
lines changed
1 file changed +15
-12
lines changed Original file line number Diff line number Diff line change
1
+ Files have not been uploaded yet.
2
+
3
+ I have edited the original EDSidebar created by erndev so that it is split into two separate objects:
1
4
EDSideBar
2
- ---------------
5
+ EDSideBarButtonCell
3
6
4
- Attemp to create a Sidebar in ObjectiveC/Cocoa like those seen in apps like Sparrow Mail, Twitter or Github for Mac.
7
+ EDSideBar handles the the creation, customization, and actions of the Sidebar.
8
+ EDSideBarButtonCell creates each individual cell.
5
9
10
+ I have cleaned up all the variables so that they use ED instead of the few ECs that existed.
6
11
7
12
###Installation
13
+ Copy the following files into your project:
14
+ EDSideBar.h
15
+ EDSideBar.m
16
+ EDSideBarButtonCell.h
17
+ EDSideBarButtonCell.m
8
18
9
- The easiest way to install EDSidebar is via [ CocoaPods] ( http://cocoapods.org ) . Add this line to your Podfile:
10
-
11
- ``` ruby
12
- pod ' EDSidebar'
13
- ```
14
-
15
- and run ` pod install ` .
16
-
17
- You can also install it manually by copying to project these two files (localated in EDSideBar directory): EDSidebar.h and EDSidebar.m
18
-
19
+ EDSideBar
20
+ ---------------
19
21
22
+ Attemp to create a Sidebar in ObjectiveC/Cocoa like those seen in apps like Sparrow Mail, Twitter or Github for Mac.
20
23
21
24
### Screenshot
22
25
You can’t perform that action at this time.
0 commit comments