Evgenii Neumerzhitckii

Results 314 comments of Evgenii Neumerzhitckii

Hi @cool8jay, thanks for reporting. I have managed to center a text field on OS X. First, I created the text field programmatically using the function below and then applied...

Hi @Tom29, can you explain a little more. Or better yet draw a picture of what you want to achieve? Thank you.

So if I understood you correctly you need to center multiple views inside a container view like this. What I would do is group those smaller subviews in a single...

Hi @junaid04, thanks for the suggestion. No unfortunately this has not been implemented yet. I will put it into TODO list. A workaround is to show a placeholder image while...

Hi @Verteletsky, what do you want to accomplish by clicking on a photo? [Here is how](https://github.com/evgenyneu/Auk#respond-to-image-tap) to respond to a tap, if that's what you need.

@Verteletsky there is a section in the readme called [Respond to image tap](https://github.com/evgenyneu/Auk#respond-to-image-tap) that might help. Let me know if that works for you. PS. Good to see Russian language....

Thanks for reporting the issue, could you elaborate please?

Hi, thank you for good suggestions. Here are some thoughts. ### 1. Pinch-to-zoom. I think pinch-to-zoom can be tricky to implement properly such that it is easy to use. For...

Hi, @nkhaitan, no, unfortunately the slideshow does not show a spinner right now. This will a good feature to add. Feel free to submit a pull request. It can be...

@nkhaitan, yes, it can be done. Each page in the scroll view is an instance of [AukPage](https://github.com/evgenyneu/Auk/blob/master/Auk/AukPage.swift) class which is a UIView subclass. You can fork the library and add...