Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Convert the macOS example app to use code instead of XIB #10

@stuartmorgan-g

Description

@stuartmorgan-g

It's hard for someone to inspect a XIB and see what's going on. E.g., it's difficult to tell from the example app right now that double buffering has to be enabled for the view, whereas if we constructed the view and view controller in code it would be obvious, and could be easily commented.

There's a good chance this will involve some fixes to the framework, since the programatic creation of FLEView/FLEViewController hasn't really been used yet, and can almost certainly be made better. Notably -[FLEViewController view] will make a view that won't actually work, since that code path was added as a short-term solution for issues with headless mode.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions