Skip to content
This repository was archived by the owner on Oct 30, 2020. It is now read-only.

Conversation

@abalsam
Copy link

@abalsam abalsam commented Apr 23, 2015

when using something like this:

 actionsheet_chat_buttons *chat_buttons = [[[NSBundle mainBundle]
                                              loadNibNamed:@"actionsheet_chat_buttons"
                                              owner:self options:nil]
                                             objectAtIndex:0];

    JGActionSheetSection *section_buttons = [JGActionSheetSection sectionWithTitle:nil message:nil contentView:chat_buttons];

to add a section with a contentView, I experienced layout problems. Added setting the constraints for the contentView after it had been added.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant