flypigz

Results 10 comments of flypigz

This could be very comment when handling tweets, image a twitter parser engine, there are two important classes: - Tweet definition class: will own a property of the user who...

you can try Keyboard Attachable package, which is built on flutter keyboard visibility

I want this feature too !!!! The fullscreen mode require two hands to be triggered, one hand holding the iPhone, while another hand performs the pinch gesture..... For iPad, that...

Hi, Niklassarers, thanks for your code. I use it during testing, everything works correctly except I need to remove the line on 575, i.e. "_sortMovingItem.transform = CGAffineTransformMakeScale(self.scaleOnPan, self.scaleOnPan);" or when...

# The root cause should be 1. when pan horizontally inside the navigation bar, the self.paperFoldInitialPanDirection will be set as PaperFoldInitialPanDirectionVertical 2. when press the "Show Menu" Bar Button, the...

I created a resp, try https://github.com/flypigz/PaperFoldMenuController-Forever-Loop, test step 1. pan vertically inside the navigation bar 2. click "Menu" button on top left 3. check debug log, there should show the...

I found the root cause, just replace below line self addsubview:cell] by: [self insertSubview:cell atIndex:0]; this is because the scroll indicator is a subview of UIScrollView, and it should always...

I have used Reveal.app to debug this issue, when some cells are missed from the screen, there are many duplicated cells added to the screen!!!!! There must be a serious...

I have the same issue, in iOS7, this has not fixed.