We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fix syntax of snippet
Updating docs for Swift
Recommend using `moveRowAtIndexPath` instead of `delete` and `insert`. This is available since iOS 5 and leads to reduced visual clutter when performing a many moves.
Mention that you can update a view on-the-fly. Closes #313
Updated Views (markdown)
Additional header fix
Fix header formatting
Fix a typo
Updated grouping and sorting block method signature to include the YapDatabaseReadTransaction *transaction parameter present in the latest YapDatabase source.
Added a missing caret on a block