This dictionary app is using iOS5 built-in dictionary. (English-Japanese/English-English) I'd been using this for myself and it's handy. So I decided to share this.
This has not been finished project. So there are some problems.
According to Apple developer's class reference for UIReferenceLibraryViewController, it can not be used for standalone app.
UIReferenceLibraryViewController class reference page
- benCoding.Dictionary module
- This module call iOS5 built-in dictionary. Thanks Ben!
- popover
- popover effect! Thanks Matt!
Also I needed to make the following module by myself. Because UIReferenceLibraryViewController detect device language and I could not show English-English dictionary. So this module overrides the language.
Enjoy.
kazuaki konno