Skip to content

Latest commit

 

History

History
101 lines (63 loc) · 2.09 KB

index.rst

File metadata and controls

101 lines (63 loc) · 2.09 KB
.row {clear: both} .column img {border: 1px solid black;} @media only screen and (min-width: 1000px), only screen and (min-width: 500px) and (max-width: 768px){ .column { padding-left: 5px; padding-right: 5px; float: left; } .column3 { width: 33.3%; } .column2 { width: 50%; } }

Rubicon Objective-C

Rubicon Objective-C is a bridge between Objective-C and Python. It enables you to:

  • Use Python to instantiate objects defined in Objective-C,
  • Use Python to invoke methods on objects defined in Objective-C, and
  • Subclass and extend Objective-C classes in Python.

It also includes wrappers of the some key data types from the Foundation framework (e.g., NSString).

row

Table of contents

clearfix row

column column2

Tutorial <./tutorial/index>

Get started with a hands-on introduction for beginners

column column2

How-to guides <./how-to/index>

Guides and recipes for common problems and tasks, including how to contribute

column column2

Background <./background/index>

Explanation and discussion of key topics and concepts

column column2

Reference <./reference/index>

Technical reference - commands, modules, classes, methods

clearfix row

Community

Rubicon is part of the BeeWare suite. You can talk to the community through:

tutorial/index how-to/index background/index reference/index