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

constraints #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

constraints #16

wants to merge 1 commit into from

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.

None yet

1 participant