Skip to content

Commit

Permalink
doc : More grammar tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Zen-CODE committed Apr 12, 2016
1 parent 359b6e4 commit dfbc841
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions docs/source/pyobjus_ios.rst
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ So, here is the code of the ``main.py`` file::
if __name__ == '__main__':
PyobjusBallApp().run()

And contents of ``pyobjusball.kv`` is::
And the contents of ``pyobjusball.kv`` are::

<Ball>:
size: 50, 50
Expand Down Expand Up @@ -429,21 +429,25 @@ And contents of ``pyobjusball.kv`` is::
id: pyobjus_ball
center: self.parent.center

Now create directory with name ``pyobjus-ball`` and place the files above in it::
Now create a directory with the name ``pyobjus-ball`` and place the files above
in it::

mkdir pyobjus-ball
mv main.py pyobjus-ball
mv pyobjusball.kv pyobjus-ball

In this step, I suppose that you already have downloaded and built ``kivy-ios`` so, please navigate to directory where ``kivy-ios`` is located.
Now execute following::
In this step, we assume that you have already have downloaded and built
``kivy-ios``. Navigate to the directory where ``kivy-ios`` is located,
then execute the following commands::

tools/create-xcode-project.sh pyobjusBall /path/to/pyobjus-ball
open app-pyobjusball/pyobjusball.xcodeproj/

After this step xcode will be opened, and if you have connected your iOS device on you computer, you can run project, and you will see app running on your device.
After this step, xcode will open and, if you have connected your iOS
device to your computer, you can run the project and will see your app
running on your device.

This is screenshoot from iPad.
This is screenshoot from an iPad.

.. figure:: images/IMG_0330.PNG
:align: center
Expand Down

0 comments on commit dfbc841

Please sign in to comment.