pyobjus/examples
Tim Gates 8ac2543092
docs: Fix a few typos (#83)
There are small typos in:
- docs/source/core_tutorials.rst
- docs/source/pyobjus_ios.rst
- examples/pointer_to_type.py
- examples/unions.py
- examples/unknown_type.py

Fixes:
- Should read `something` rather than `sommething`.
- Should read `screenshot` rather than `screenshoot`.
- Should read `internally` rather than `internaly`.
- Should read `enough` rather than `enought`.
- Should read `union` rather than `unoin`.
2021-12-26 09:44:16 +01:00
..
ball-example Access accelerometer without bridge.m (#13) 2019-02-06 10:24:49 +01:00
background_transfer.py Added note on HTTP downloads on iOS 9+ 2016-05-05 09:18:05 +02:00
classes_and_selectors.py Removed unused imports 2013-08-02 23:04:50 +02:00
delegate.py Use @protocol to declare delegate implementation. Ensure that class can be used as delegate, if we have at least one @protocol decorated method. (+ support None as nil for id) 2014-02-04 00:45:17 +01:00
ns_alert.py Work on dylib_manager. Added load_framework function. Small code cleanup. 2013-08-02 23:04:50 +02:00
ns_array.py Removed unused imports 2013-08-02 23:04:50 +02:00
ns_dictionary.py Removed unused imports 2013-08-02 23:04:50 +02:00
ns_mutable_array.py Removed unused imports 2013-08-02 23:04:50 +02:00
ns_mutable_dictionary.py Removed unused imports 2013-08-02 23:04:50 +02:00
objc_lib.m Added make_dylib function for making .dylib for user. Also added example of using this feature 2013-08-05 12:42:42 +02:00
osx_ios_sysinfo.py Added sys_info example (to be tested and refined) 2016-04-25 20:03:05 +02:00
pointer_to_type.py docs: Fix a few typos (#83) 2021-12-26 09:44:16 +01:00
properties.py renames for files and dirs. Added objc_aux dir, which will hold classes which are needed to get work some parts of cocoa api with pyobjus. This will usually be some wrapper functions 2013-09-03 14:44:38 +02:00
unions.py docs: Fix a few typos (#83) 2021-12-26 09:44:16 +01:00
unknown_type.py docs: Fix a few typos (#83) 2021-12-26 09:44:16 +01:00
using_autoclass.py Added some equvivalent feature to pyobjus for objective c literals. Small bug fix with char signature 2013-08-06 16:13:07 +02:00
using_carray.py Added tests for carray 2013-09-02 16:55:16 +02:00
using_dylib_manager.py Added make_dylib function for making .dylib for user. Also added example of using this feature 2013-08-05 12:42:42 +02:00
using_literals.py Examples and tests for pyobjus literals feature 2013-08-06 17:01:26 +02:00