Skip to content

Fix table view width issue for iOS 9#740

Open
haranicle wants to merge 1 commit into
escoz:masterfrom
haranicle:feature/fixTableViewWidthIssueForIos9
Open

Fix table view width issue for iOS 9#740
haranicle wants to merge 1 commit into
escoz:masterfrom
haranicle:feature/fixTableViewWidthIssueForIos9

Conversation

@haranicle

Copy link
Copy Markdown

@tschig

tschig commented Jan 13, 2016

Copy link
Copy Markdown

This fixed it.

For not messing up the Framework I used

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

in viewWillAppear.

@olgeni

olgeni commented Apr 4, 2016

Copy link
Copy Markdown

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