Skip to content

Comments

Fix table view width issue for iOS 9#740

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

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

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