Skip to content

Commit

Permalink
Swift 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bell App Lab committed Oct 28, 2018
1 parent 10dbe33 commit 7ed3c68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BLResultsController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
s.name = "BLResultsController"
s.version = "1.0.0"
s.summary = "BLResultsController is not a drop-in replacement for the `NSFetchedResultsController` to be used with Realm."
s.screenshot = "https://github.com/BellAppLab/BLResultsController/raw/master/Images/background_realm.png"
s.screenshot = "https://github.com/BellAppLab/BLResultsController/raw/master/Images/BLResultsController.png"

s.description = <<-DESC
Contrary to popular belief, BLResultsController is **not** a drop-in replacement for the `NSFetchedResultsController` to be used with Realm. Oh no. It's _better_.
Expand All @@ -21,6 +21,7 @@ Changes to the underlying dataset are calculated on a background queue, therefor
## Features
- [X] Calculates everything on a **background thread**. 🏎
- [X] No objects are retained, so memory footprint is minimal. 👾
- [X] Calculates section index titles. 😲
- [X] Allows for user-initiated search. 🕵️‍♀️🕵️‍♂️
- [X] Most methods return in O(1). 😎
Expand Down
Binary file not shown.

0 comments on commit 7ed3c68

Please sign in to comment.