Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed3077a

Browse files
committed
Readme Updated
1 parent 98da18e commit ed3077a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![Issues](https://img.shields.io/github/issues/MHaroonBaig/MotionKit.svg?style=flat
1010
)](https://github.com/MHaroonBaig/MotionKit/issues?state=open)
1111

12-
A nice and clean wrapper around the **CoreMotion Framework**. The Core Motion framework lets your application receive motion data from device hardware and process that data.
12+
A nice and clean wrapper around the **CoreMotion Framework** written entirely in Swift. The Core Motion framework lets your application receive motion data from device hardware and process that data.
1313
The data can be retrieved from **Accelerometer**, **Gyroscope** and **Magnetometer**.
1414
You can also get the *__refined and processed gyroscope and accelerometer data__* from the **deviceMotion** datatype itself instead of getting raw Gyroscope or Accelerometer values.
1515

@@ -45,7 +45,7 @@ Gyroscope values could be retrieved by the following few lines of code.
4545

4646
```
4747
##Getting Magnetometer Values
48-
Getting Magnetometer values is as easy as grabing a cookie.
48+
Getting Magnetometer values is as easy as grabbing a cookie.
4949

5050
```swift
5151
var motionKit = MotionKit()
@@ -63,7 +63,7 @@ Just copy **MotionKit.swift** file into your Xcode project, and you're ready to
6363
MotionKit would soon be available through CocoaPods and Carthage.
6464

6565
#CMDeviceMotion - as easy as pie
66-
In case if you want to get the processed values Accelerometer or Gyroscope, you can access the deviceMotion object directly to get those values, or, you can access the individual values from the standalone methods which work seamlessly with Trailing Closures and Delegates.
66+
In case if you want to get the processed values of Accelerometer or Gyroscope, you can access the deviceMotion object directly to get those values, or, you can access the individual values from the standalone methods which work seamlessly with Trailing Closures and Delegates.
6767

6868
The deviceMotion object includes:
6969
- Acceleration Data

0 commit comments

Comments
 (0)