This commit is contained in:
Wojciech Nagrodzki 2019-03-30 08:50:07 +01:00
parent b1b1981ae5
commit bc4ee7423c
Signed by: wnagrodzki
GPG key ID: E9D0EB0302264569

View file

@ -89,7 +89,7 @@ Gather IBOutlets in one group above all the other properties and keep them priva
@IBOutlet private weak var view: UIView!
```
> Outlets are implementation detail and should be kept private. Gathering them in one grup above all the other properties is old convention.
> Outlets are implementation detail and should be kept private. Gathering them in one group above all the other properties is old convention.
### Avoid specifying access control modifiers on extension level