Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Added support for multiple lines of text #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

keyboardsamurai
Copy link

No description provided.

Antonio Agudo added 2 commits March 18, 2015 23:37
…ection

* Added contentinsets in headersection to make sure the header text does not overlap the arrow
* Adjusted height calculation
@keyboardsamurai
Copy link
Author

Looks better now.

@@ -128,6 +136,11 @@ -(void)layoutSubviews {
}

-(void)layoutHeader {

_sectionStyle.headerHeight = self.headerHeight;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks the original intention of the property (fixed header height). You should introduce a property (like autosizeHeaders) to toggle between autosizing and fixed height, in order to remain backwards-compatible it should be fixed by default.

@keyboardsamurai
Copy link
Author

Any thoughts on this?

@keyboardsamurai
Copy link
Author

Any chance to get this PR merged into the main project?

@kerimsari
Copy link

Thank you...

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.

3 participants