-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/readme #86
Feature/readme #86
Conversation
|
||
To start your slideshow just instantiate `LightboxController`, set needed | ||
delegates and present 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.
😱
|
||
### Image loading | ||
|
||
Bu default images are loaded using `sendAsynchronousRequest` method of |
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.
@vadymmarkov what do you mean with Bu
? :)
### Configuration | ||
|
||
Configure text, colors, fonts of UI elements by just overriding the static | ||
variables in the **Lightbox** [configuration](https://github.com/hyperoslo/Lightbox/blob/master/Source/LightboxConfig.swift) struct. As an example: |
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.
I would change:
Configure text, colors, fonts of UI elements by just overriding the static
variables in the **Lightbox**
To:
Configure text, colors, fonts of UI elements by overriding the static
variables in the **Lightbox**
Just remove just
(pun intended)
- [x] Video support. | ||
- [x] Double-tap to zoom. | ||
- [x] Image caption. | ||
- [x] Dynamic background. |
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.
Should we describe what Dynamic background
is? Or is that clear enough in itself?
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.
Maybe it is :)
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.
Could you write a few words about it so I will add? 😄
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.
We don't go into detail on anything else so we can just leave it 😁
@vadymmarkov this is great! |
No description provided.