You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Version: 0.2
21
21
22
22
## How to install it?
23
23
24
-
[CocoaPods](http://cocoapods.org) is the easiest way to install KMAccordionTableViewController. Run ```pod search AccordionTableViewController``` to search for the latest version. Then, copy and paste the ```pod``` line to your ```Podfile```. Your podfile should look like:
24
+
[CocoaPods](http://cocoapods.org) is the easiest way to install AccordionTableViewController. Run ```pod search AccordionTableViewController``` to search for the latest version. Then, copy and paste the ```pod``` line to your ```Podfile```. Your podfile should look like:
25
25
26
26
```
27
27
platform :ios, '9.0'
@@ -64,7 +64,7 @@ class ViewController: AccordionTableViewController {
64
64
65
65
### Customization
66
66
67
-
Each section has an `appearence` var
67
+
Each section has an `appearence` var and it can be customized
68
68
69
69
```swift
70
70
varopen=false
@@ -86,4 +86,4 @@ If you have any questions comments or suggestions, send me a message. If you fin
86
86
87
87
## Copyright and license
88
88
89
-
Copyright (c) 2014 Klevison Matias (http://twitter.com/klevison). Code released under [the MIT license](LICENSE).
89
+
Copyright (c) 2015 Klevison Matias (http://twitter.com/klevison). Code released under [the MIT license](LICENSE).
0 commit comments