Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zadr/lexicograph

Dictionary app for iOS that has autocomplete of words. Written once in Objective-C and again in Swift. Uses UITableView, UISearchBar and NSNotification / NSNotificationCenter.
https://github.com/zadr/lexicograph

Last synced: 3 months ago
JSON representation

Dictionary app for iOS that has autocomplete of words. Written once in Objective-C and again in Swift. Uses UITableView, UISearchBar and NSNotification / NSNotificationCenter.

Awesome Lists containing this project

README

        

Quick little dictionary app for iPhone's. Written in iOS and again in Swift.

Uses:
- Built-in dictionary (UIReferenceLibraryViewController) to define words.
- Built-in text support (UITextChecker) to suggest words as you type.