Skip to content

Commit 16085a9

Browse files
Update README.md
1 parent 0d2f62b commit 16085a9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ UILabel *label;
7272
var label;
7373
```
7474

75+
7576
**Properties**
7677

7778
Use dot syntax
@@ -94,6 +95,7 @@ slider.continuous = true;
9495
slider.value = 50.0;
9596
```
9697

98+
9799
**Invoking method**
98100

99101
Use dot syntax
@@ -108,6 +110,7 @@ UIWindow *window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds
108110
var window = UIWindow.alloc().initWithFrame(UIScreen.mainScreen().bounds);
109111
```
110112

113+
111114
**Struct (CGRect, NSRange, etc.)**
112115

113116
Use Hashes

0 commit comments

Comments
 (0)