Skip to content

3x2 Constrain Code needs fixing #12

@Diskprotek

Description

@Diskprotek

The option for 3x2 constrain are coded backwards. There is an easy fix in CropViewController.swift:

    let threeByTwo = UIAlertAction(title: "3 x 2", style: .default) { [unowned self] action in
        self.cropView?.cropAspectRatio = 2.0 / 3.0 **<-- This should be 3.0/2.0**
    }

I'd fix it myself, but I confess to not really knowing how GitHub works.

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