Arnaud

Results 6 comments of Arnaud

@MatiBot can you include this cast in the last version? Thanks @Sega-Zero for the workaround ;-)

@halpz It gets called twice probably one time when the gesture start being detected `UIGestureRecognizerStateBegan` and when it is finished `UIGestureRecognizerStateEnded` Make sure to implement the UIGestureRecognizerDelegate and verify the:...

``` var caption = "My caption" if UIScreen.deviceScreenSizeType == .iPhoneX { //if iPhoneX caption = "\(caption)\n" //Tricky caption essentially for iPhoneX text too close to buttons } ``` with extension...

Update: When I am at the top I have a weird jump at the end http://jmp.sh/Zdzuztb