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: 9 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 (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2014-09-26T22:47:19.000Z (over 11 years ago)
- Last Synced: 2025-03-27T12:52:41.137Z (12 months 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.