Skip to content

Table alignment is not working. #32

Description

@deepak-vxceed

Please fix with,

            **let getAlignment = { () -> ContentAlignment in
                if let al = tableDefinition?.alignments{
                    if al.count > j{
                        return al[j]
                    }
                }
                return .left
            }()**
            

            drawTextInCell(frame, text: dataArray[i][j] as NSString, alignment: **getAlignment**, font: currentFont, textColor: currentTextColor)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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