We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d2f62b commit 16085a9Copy full SHA for 16085a9
1 file changed
README.md
@@ -72,6 +72,7 @@ UILabel *label;
72
var label;
73
```
74
75
+
76
**Properties**
77
78
Use dot syntax
@@ -94,6 +95,7 @@ slider.continuous = true;
94
95
slider.value = 50.0;
96
97
98
99
**Invoking method**
100
101
@@ -108,6 +110,7 @@ UIWindow *window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds
108
110
var window = UIWindow.alloc().initWithFrame(UIScreen.mainScreen().bounds);
109
111
112
113
114
**Struct (CGRect, NSRange, etc.)**
115
116
Use Hashes
0 commit comments