Jose Alcalá Correa

Results 12 comments of Jose Alcalá Correa

Hi, sorry for the (very) late and incomplete answer, but I've been super busy the last two weeks... And it doesn't seem to change soon. I have detected that the...

Hi, Please give a try to the solution I suggested above, I think it should do the trick :) Best regards

Yes, it's a little bit weird... Did you try using the header view in a plain `UIViewController`, as I suggested above?

Hi, sorry for not answering before, but I'm having very little time lately to dedicate to this project. I just had a look at the implementation of `-setMaximumContentHeight:` and it's...

Hi, please provide some more information and screenshots on the issue, or feel free to [open a pull request](https://github.com/gskbyte/GSKStretchyHeaderView/pulls)

Hi, maybe you need to import `GSKStretchyHeaderView` in your Swift file

I think you need to add a bridging header, because this component is written in Objective-C: https://github.com/gskbyte/GSKStretchyHeaderView/blob/master/Example/GSKStretchyHeaderView/Example-Bridging-Header.h

Hi, to be honest I can't really help as this depends on the configuration of your project. Have you tried with Carthage?

Hi, if you are importing this library in a Swift project, you just need to `@import GSKStretchyHeaderView;` in your bridging header. All other example files are obviously not needed, because...

Hi, I've been testing this issue today and don't see any warning... We need the `FILE` to be able to parse the output generated by the lexical analyser, but the...