Skip to content
This repository was archived by the owner on Jan 5, 2020. It is now read-only.
This repository was archived by the owner on Jan 5, 2020. It is now read-only.

Can not use right with makeFrame #14

@veila

Description

@veila

I have a small issue. I want to set a view from CGRect(10,60,1,1) to CGRect(10,60,100,100), the size is good but the origin wrong. I print object and that is new origin of view:
▿ CGRect
▿ origin : CGPoint

  • x : -39.5
  • y : 10.5 { ... }
    ▿ size : CGSize
  • width : 100.0
  • height : 100.0 { ... }
    I use makeFram(rect: CGRect) in your lib. Please help me resolve this issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions