From 59417c98474f5337f7e15997864ff98ffd99fc25 Mon Sep 17 00:00:00 2001 From: Ben Guild Date: Fri, 27 Jul 2018 23:34:58 +0900 Subject: [PATCH] Updating README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index e9e3f78..6e0a535 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,6 @@ A variation on the iOS 8.0+ `UITableViewRowAction` to support icons, with text b [![License](https://img.shields.io/cocoapods/l/BGTableViewRowActionWithImage.svg?style=flat)](http://cocoapods.org/pods/BGTableViewRowActionWithImage) [![Platform](https://img.shields.io/cocoapods/p/BGTableViewRowActionWithImage.svg?style=flat)](http://cocoapods.org/pods/BGTableViewRowActionWithImage) -### Some other helpful Cocoa Pods: -- **`BGPersistentStoreManager`** ([link](https://github.com/benguild/BGPersistentStoreManager)) — A simple singleton/wrapper/manager for the Apple iOS/macOS/etc. "Core Data" `NSPersistentStore` object/contexts. -- **`BGRecursiveTableViewDataSource`** ([link](https://github.com/benguild/BGRecursiveTableViewDataSource)) — Recursive “stacking” and modularization of `UITableViewDataSource(s)` with Apple iOS's UIKit. - ## Objective-C Usage ```objc