Skip to content

Commit 284b229

Browse files
committed
Added information about the changes made from the original and how to install.
1 parent e6d9aad commit 284b229

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

README.md

+15-12
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
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:
14
EDSideBar
2-
---------------
5+
EDSideBarButtonCell
36

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.
59

10+
I have cleaned up all the variables so that they use ED instead of the few ECs that existed.
611

712
###Installation
13+
Copy the following files into your project:
14+
EDSideBar.h
15+
EDSideBar.m
16+
EDSideBarButtonCell.h
17+
EDSideBarButtonCell.m
818

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+
---------------
1921

22+
Attemp to create a Sidebar in ObjectiveC/Cocoa like those seen in apps like Sparrow Mail, Twitter or Github for Mac.
2023

2124
### Screenshot
2225

0 commit comments

Comments
 (0)