-
Notifications
You must be signed in to change notification settings - Fork 772
Now the project is portable with storyboard. With no functionality (n… #121
Conversation
…o scroll scrubber, no page indicator and bars) till there are constraints for the views
Read me update
…container is created from a stroyboard
The scroll scroll scrubber and page indicator are now adjusted if the view controller layout changed. |
FolioReaderContainer.initSetup() | ||
|
||
// Default values when the init called from storyboard | ||
// TODO: Integrate contraints or storyboard to be more dynamic https://github.com/FolioReader/FolioReaderKit/issues/119 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this todo about this PR? I didn't get that...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a good question. @PanajotisMaroungas can you answer it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No it's a future todo, I think it would be cleaner if we will use constraints instead of hardcoded values.
I can merge because of the conflict, can you fix that please, so I will be able to merge that. |
@hebertialmeida The conflicts are solved now :) |
…o scroll scrubber, no page indicator and bars) till there are constraints for the views