- Querying Giphy to search for items based upon a keyword.
- Utilizes the Swift 4 facility to decode the JSON directly into objects.
- Results paging, based upon a sparse set of data.
- Utilizes the Swift 4 zip facility and unbound ranges to insert items into the sparse dictionary(array) by using merge to insert new items into dictionary.
- An autocomplete facility which changes and filters based upon what letters are typed (currently a hard coded list).
- An in memory cache for keeping images around, or purging when max memory is reached.
- Use of Adaptors to keep the reponsibilities of the objects limited and avoid the MassivViewController antipattern.
- A Trie data structure to do the lookup of words for suggested autocomplete data.
- Asyncronously loads autocomplete.
- Saving and Reloads the built trie from disk so it only has to be built once. (uses JSON but would be better to use a binary format).
-
Notifications
You must be signed in to change notification settings - Fork 0
possen/Giffy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Giphy Query
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published