mirror of
https://github.com/wnagrodzki/iOSProgrammingGuidelines.git
synced 2025-05-03 17:41:33 +02:00
Fix typo
This commit is contained in:
parent
b1b1981ae5
commit
bc4ee7423c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue