Open English/Czech dictionary for the iOS platform - available in the App Store.
Open English/Czech dictionary for the Mac platform - available in the Mac App Store.
My motivation to implement this application was to learn how to develop iOS-based applications. As a side-effect, I also wanted to know what all procedures are required to submit a final app in the Apple App Store. Later, this project was also updated to be fully compatible with the Mac Catalyst.
- SQLite.swift framework
- How to use Swift Manager controlled packages
- How to embed any framework in the app
- Basic framework usage
- Dictionary data database
- How to convert FDL English/Czech data source to the SQLite database
- How to add custom build steps
- UI
- How to design UI in XCode StoryBoard editor
- How to interact with code
- How to initiate a screen transition (back and forth)
- How to use the custom controllers and delegates
- How to use a tap gesture recognizer
- How to use a table widget
- How to use a search widget
- How to use different UI settings for iPhone and iPad
- How to detect specific iPhone version for disabling UI widgets
- Localization
- How to provide a localization support
- VoiceOver support
- How to detect if any voice is available for the given language
- How to instruct iOS to say the given text
- Lint
- How to include a swiftlint checks in a build process
- How to suppress specific rules
- Catalyst
- How to update the iOS aware application to support the Catalyst Intel x64 or Apple Silicon architecture
Dictionary data are taken from the Free Dictionaries project, which is good enough for my testing purposes. During the conversion from the data source file to the application SQLite based database, all records which have the empty translation are removed intentionally. At the time of writing this, there were 63539 of such records.
All images are taken from the openclipart.org project.
The application is fully translated into the Czech language. However, only the default - English - language is shown here.