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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
FZAccordionTableView transforms your regular UITableView into an accordion table view. The table view section headers are used as tappable areas to collapse rows - just tap a section header, and all of the rows under that section will open below the header and viceversa.
5
5
6
-
The module is made to be very easy to use and no modifications are necessary to achieve the default behaviour. The table view and the section header has to subclass the classes in this module.
6
+
The module is made to be very easy to use and no modifications are necessary to achieve the default behaviour. Just build a table view with cells and section headers and subclass the classes in this module.
7
7
8
8
### FZAccordionTableView Class:
9
9
@@ -12,37 +12,37 @@ The module is made to be very easy to use and no modifications are necessary to
0 commit comments