https://github.com/hansemannn/titanium-ios-classkit
Use the iOS 11.4+ ClassKit API's with Titanium and Hyperloop.
https://github.com/hansemannn/titanium-ios-classkit
classkit hyperloop ios titanium
Last synced: 10 months ago
JSON representation
Use the iOS 11.4+ ClassKit API's with Titanium and Hyperloop.
- Host: GitHub
- URL: https://github.com/hansemannn/titanium-ios-classkit
- Owner: hansemannn
- Created: 2018-04-02T18:37:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T18:48:53.000Z (almost 8 years ago)
- Last Synced: 2025-01-27T07:11:39.011Z (12 months ago)
- Topics: classkit, hyperloop, ios, titanium
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Titanium ClassKit
Use the iOS 11.4+ ClassKit API's with Titanium and Hyperloop.
## Example
```js
import { CLSDataStore } from 'ClassKit';
// Activate Contexts When Users Begin Tasks
CLSDataStore.shared.descendantMatchingIdentifierPathCompletion:['path', 'to', 'section'], (context, error) => {
context.becomeActive();
});
// Deactivate Contexts When Users Finish
CLSDataStore.shared.descendantMatchingIdentifierPathCompletion:['path', 'to', 'section'], (context, error) => {
context.resignActive();
});
```
## License
MIT
## Author
Hans Knöchel