Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Tweaking README.md text.
Browse files Browse the repository at this point in the history
  • Loading branch information
benguild authored Oct 14, 2017
1 parent 4aa10d1 commit c12127a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

A variation on the iOS 8.0+ `UITableViewRowAction` to support icons, with text below. Similar to the iOS 9 Mail application and various third-party applications. We're all secretly hoping that Apple will implement this functionality with a native, public API in a future iOS update.

**This iOS 8/9/10 (and below?) implementation isn't ideal,** but it works. In iOS 11 and later, you MUST use Apple's built-in `UIContextualAction` instead! This library will still work in its default configuration, but is no longer supported.
**This iOS 8-10 implementation isn't ideal,** but it works. In iOS 11 and later, you MUST use Apple's built-in `UIContextualAction` instead! This library may still work for you in its default configuration, but is no longer supported by iOS 11 and later.

[![Version](https://img.shields.io/cocoapods/v/BGTableViewRowActionWithImage.svg?style=flat)](http://cocoapods.org/pods/BGTableViewRowActionWithImage)
[![License](https://img.shields.io/cocoapods/l/BGTableViewRowActionWithImage.svg?style=flat)](http://cocoapods.org/pods/BGTableViewRowActionWithImage)
Expand Down

0 comments on commit c12127a

Please sign in to comment.