Topic guides¶
Topic guides are deeper explorations of concepts and issues related to Briefcase usage. They aim to provide thorough explanations and background information, rather than a step-by-step guide of accomplishing specific tasks.
- You're just not my type: Using Objective-C types in Python - Providing static typing for Python object conversion.
- Memory management for Objective-C instances - Reference management in Rubicon.
- Using and creating Objective-C protocols - Looking up, implementing and writing custom protocols.
- Asynchronous Programming with Rubicon - Using Python's
asynciowith Rubicon. - Calling plain C functions from Python - Using a pure C library with Rubicon.