https://github.com/cable8mm/annotation-objc
Medical annotation client for iPad
https://github.com/cable8mm/annotation-objc
annotation-tool ipad medical-imaging objective-c
Last synced: 4 months ago
JSON representation
Medical annotation client for iPad
- Host: GitHub
- URL: https://github.com/cable8mm/annotation-objc
- Owner: cable8mm
- Created: 2023-07-02T07:31:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T04:47:24.000Z (over 1 year ago)
- Last Synced: 2025-01-15T19:22:36.677Z (6 months ago)
- Topics: annotation-tool, ipad, medical-imaging, objective-c
- Language: Objective-C
- Homepage:
- Size: 4.22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Annotation for objc

Annotation means it can be picked up in your drawing, so it can be used in medical labs, hospitals, etc. It has been made for medical resources, especially X-rays.
## Tips
While Swift is the latest programming language, as language versions advance, compatibility issues arise, so it is developed in Objective-C. And the source package is used with CocoaPods.
## Coding style
```sh
find . -name \* -print0 | xargs -0 -n1 clang-format -i
```## Refer to
* [https://github.com/cable8mm/annotation-objc](https://github.com/cable8mm/annotation-objc)
* [https://github.com/cable8mm/annotation-ios](https://github.com/cable8mm/annotation-ios)