Evgenii Neumerzhitckii

Results 314 comments of Evgenii Neumerzhitckii

Great idea, @yoobato! Pull requests are always welcome. :)

Thanks for reporting. There are two things at [line 12](https://github.com/evgenyneu/Auk/blob/master/Auk/Utils/RightToLeft.swift#L11): - [UIView.userInterfaceLayoutDirection](https://developer.apple.com/documentation/uikit/uiview/1622480-userinterfacelayoutdirection) - [view.semanticContentAttribute](https://developer.apple.com/documentation/uikit/uiview/1622461-semanticcontentattribute) Both are introduced in iOS 9, according to documentation. I wonder what is causing them to...

I've just tested the demo app in iOS 9.3 simulator - these functions were called without crash. Do you have any other information for that crash (call stack, error message...

Thank you for the information. It does look like it is crashing there with `NSInvalidArgumentException`, very weird. I have no idea what's going on. Let me know if you find...

Hi, I think you are referring to `settings.pageControl.innerPadding` property. This property sets the padding for the page control that is the distance between the dots and the page control background....

Hi @RanjitKadam, there is no way to move it to left or right in the current version of the library. You can, of course, fork the code and position the...

@NirajCapermint no, unfortunately not, at the moment.

Hello @riyanpratama, it is not possible with Auk at the moment, unfortunately. But this is a very good idea for a feature. The Moa, the image downloader used in Auk,...

Thanks for awesome idea, I will keep this open, as an enhancement proposal.

Hi @mkaya93, no I have not implemented this feature yet, unfortunately.