krisk / fuse-swift

A lightweight fuzzy-search library, with zero dependencies
MIT License
931 stars 110 forks source link

Simplify highlights #4

Closed gravicle closed 7 years ago

gravicle commented 7 years ago

This should be considered after Pull #3.

Goal

  1. Simplify attributed string generation for displaying filtered results by using system provided functions.
  2. Use NSAttributedString instead of NSMutableAttributedString in contexts where attributed strings are not mutated.