joseria / JASwipeCell

iOS 8 Mail Inspired. A UITableViewCell subclass that displays customizable left or right buttons that are revealed as the user swipes the cell in either direction. The edge-most buttons will pin to the container view and will execute an event similar to how the delete/archive button work in IOS 8 mail.
MIT License
367 stars 53 forks source link

Increase Public API clarity :) #19

Open leverdeterre opened 8 years ago

leverdeterre commented 8 years ago

Since Xcode 7.0 Apple add lightweight generics to objc. It's help to understand how to use your API (before the assert "This cell expects JAActionButton class buttons")