This repository was archived by the owner on Nov 17, 2022. It is now read-only.
This repository was archived by the owner on Nov 17, 2022. It is now read-only.
Missing docs for ObjCClass/ObjCMethod/ObjC decorators #1359
Open
Description
Make sure to check the existing issues in this repository
Please, tell us what's the problem?
[ ] A typo
[ ] Wrong documentation
[ ] Improvement of existing article
[x] Missing documentation
[ ] New article needed
Please, tell us more details
In the old docs there were examples showing the easier way to make classes use protocols or to export methods to Objective-C in this section https://docs.nativescript.org/core-concepts/ios-runtime/how-to/ObjC-Subclassing. This is missing from the new docs. You can read more about it in NativeScript/ios-jsc#753 . There is a link to a PR in the old io-runtime-docs
repo so hopefully the info can easily be added back