Guest User

Untitled

a guest
Jul 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. private func searchBar( searchBar: UISearchBar, textDidChange searchText: [[String:AnyObject]] )
  2. {
  3.  
  4. searcharr = arrRes.filter({$0.prefix(searchText.count) == searchText})
  5. }
  6.  
  7. Binary operator '==' cannot be applied to operands of type 'Slice<Dictionary<String, AnyObject>>' and '[[String : AnyObject]]'
Add Comment
Please, Sign In to add comment