Skip to content

How to change the width of the middle table view ? #32

@ForrestMobile

Description

@ForrestMobile

I want to check if easy to customize the width of the subclass of CLTableViewController ( which is the middle view of the demo ).

We have two types of width

// enums
typedef enum {
CLViewSizeNormal = 0,
CLViewSizeWider = 1
} CLViewSize;

For CLViewSizeNormal, does the logic is to calculate the width ? and for the CLViewSizeWider, it will use all the left width.

So my question is how to simply customize the width ? Thanks,

Metadata

Metadata

Assignees

No one assigned

    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