Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Spencer committed Aug 26, 2019
1 parent c71a652 commit 374d99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ let frame = CGRect.init(x: 10, y: 10, width: 100, height: 300)
let xForCalculation: Float = bounds.float(from: .x)

// CGPoint extension lets you directly retrieve the float value as a calculated property
let xFromCGPointForCoreData: Float = bounds.origin.x
let xFromCGPointForCoreData: Float = bounds.origin.xFloat
```

0 comments on commit 374d99b

Please sign in to comment.