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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@ SWTableViewCell
5
5
6
6
An easy-to-use UITableViewCell subclass that implements a swipeable content view which exposes utility buttons (similar to iOS 7 Mail Application)
7
7
8
+
##Usage
9
+
In your Podfile:
10
+
<pre>pod 'SWTableViewCell', '~> 0.3.4'</pre>
11
+
12
+
Or just clone this repo and manually add source to project
13
+
8
14
##Functionality
9
15
###Right Utility Buttons
10
16
Utility buttons that become visible on the right side of the Table View Cell when the user swipes left. This behavior is similar to that seen in the iOS apps Mail and Reminders.
0 commit comments