Skip to content

Conversation

@haranicle
Copy link

@tschig
Copy link

tschig commented Jan 13, 2016

This fixed it.

For not messing up the Framework I used

    if([self.quickDialogTableView respondsToSelector:@selector(setCellLayoutMarginsFollowReadableWidth:)]) {
        self.quickDialogTableView.cellLayoutMarginsFollowReadableWidth = NO;
    }

in viewWillAppear.

@olgeni
Copy link

olgeni commented Apr 4, 2016

This fixed the issue for me, thanks!

Is QuickDialog still being maintained?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants