Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add trait to get layout anchors for a view #108

Open
wants to merge 6 commits into
base: trunk
Choose a base branch
from

Commits on Sep 15, 2023

  1. Add trait to get layout anchors for a view, implement it on common co…

    …mponents and add some functions that make use of it to simplify creating layout constraints
    Isaac-Leonard committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    876ff3f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Configuration menu
    Copy the full SHA
    8867b6c View commit details
    Browse the repository at this point in the history
  2. Add method to get access to Objc as an Id without having to pass a fu…

    …nction
    
    Acked-by: Isaac Leonard <isaac.mjs.leonard@gmail.com>
    Isaac-Leonard committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    fcef04d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9448238 View commit details
    Browse the repository at this point in the history
  4. Make ObjcAccess an object safe trait, hopefully

    Note the api has been reworked.
    The get_from_backing_obj() method has been changed to get_backing_obj
    and now returns a Ref to the Object rather then calling a callback
    with it.
    This is because there was no way to make the callback method work
    without generics but we can't have generics if we want to make it
    object safe
    Isaac-Leonard committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    d20013c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47af125 View commit details
    Browse the repository at this point in the history