Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zadr/lexicograph
- Owner: zadr
- Created: 2014-06-06T17:12:31.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2014-09-26T22:47:19.000Z (over 10 years ago)
- Last Synced: 2023-03-12T06:22:38.486Z (almost 2 years ago)
- Language: Objective-C
- Size: 168 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.