forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTVMLKit.apinotes
70 lines (70 loc) · 2.32 KB
/
TVMLKit.apinotes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
Name: TVMLKit
Classes:
- Name: TVElementFactory
Methods:
- Selector: 'registerViewElementClass:forElementName:'
SwiftName: 'registerViewElementClass(_:elementName:)'
MethodKind: Class
- Name: TVStyleFactory
Methods:
- Selector: 'registerStyle:withType:inherited:'
SwiftName: 'registerStyleName(_:type:inherited:)'
MethodKind: Class
- Name: TVTextElement
Properties:
- Name: attributedText
SwiftName: attributedString
Methods:
- Selector: 'attributedStringWithFont:'
SwiftName: 'makeAttributedString(font:)'
MethodKind: Instance
- Selector: 'attributedStringWithFont:foregroundColor:textAlignment:'
SwiftName: 'makeAttributedString(font:foregroundColor:textAlignment:)'
MethodKind: Instance
- Name: TVViewElement
Properties:
- Name: elementIdentifier
SwiftName: identifier
- Name: elementName
SwiftName: name
- Name: childViewElements
SwiftName: children
Methods:
- Selector: 'dispatchEventOfType:canBubble:cancellable:extraInfo:completion:'
SwiftName: 'dispatchEvent(type:canBubble:cancellable:extraInfo:completion:Bool):)'
MethodKind: Instance
- Selector: 'dispatchEventWithName:canBubble:cancellable:extraInfo:completion:'
SwiftName: 'dispatchEvent(name:canBubble:cancellable:extraInfo:completion:Bool):)'
MethodKind: Instance
- Name: TVViewElementStyle
Methods:
- Selector: 'valueForStyleProperty:'
SwiftName: 'value(propertyName:)'
MethodKind: Instance
Protocols:
- Name: TVApplicationControllerDelegate
Methods:
- Selector: 'appController:didFinishLaunchingWithOptions:'
SwiftName: 'appController(_:didFinishLaunching:)'
MethodKind: Instance
- Selector: 'appController:didFailWithError:'
SwiftName: 'appController(_:didFail:)'
MethodKind: Instance
- Selector: 'appController:didStopWithOptions:'
SwiftName: 'appController(_:didStop:)'
MethodKind: Instance
- Name: TVInterfaceCreating
Methods:
- Selector: 'viewForElement:existingView:'
SwiftName: 'makeView(element:existingView:)'
MethodKind: Instance
- Selector: 'viewControllerForElement:existingViewController:'
SwiftName: 'makeViewController(element:existingViewController:)'
MethodKind: Instance
- Selector: 'URLForResource:'
SwiftName: 'resourceURL(name:)'
MethodKind: Instance
Enumerators:
- Name: TVElementUpdateTypeSelf
SwiftName: node